Add colorlog
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -18,6 +18,7 @@ python-dateutil = "==2.9.0.post0"
|
|||||||
pytz = "==2025.2"
|
pytz = "==2025.2"
|
||||||
six = "==1.17.0"
|
six = "==1.17.0"
|
||||||
tzdata = "==2025.2"
|
tzdata = "==2025.2"
|
||||||
|
colorlog = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
pre-commit = "*"
|
pre-commit = "*"
|
||||||
|
|||||||
11
Pipfile.lock
generated
11
Pipfile.lock
generated
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "f28cb0e9366b2f53950ace8489d74eb4fd492f073cfc18581ee36e12e516bc01"
|
"sha256": "61b1a4d194b2257d4bef97d275fe5d947559a2346020473a0c45cb49940608ab"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@@ -16,6 +16,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
|
"colorlog": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:5906e71acd67cb07a71e779c47c4bcb45fb8c2993eebe9e5adcd6a6f1b283eff",
|
||||||
|
"sha256:bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==6.9.0"
|
||||||
|
},
|
||||||
"contourpy": {
|
"contourpy": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0475b1f6604896bc7c53bb070e355e9321e1bc0d381735421a2d2068ec56531f",
|
"sha256:0475b1f6604896bc7c53bb070e355e9321e1bc0d381735421a2d2068ec56531f",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
-i https://pypi.org/simple
|
-i https://pypi.org/simple
|
||||||
|
colorlog==6.9.0; python_version >= '3.6'
|
||||||
contourpy==1.3.2; python_version >= '3.10'
|
contourpy==1.3.2; python_version >= '3.10'
|
||||||
cycler==0.12.1; python_version >= '3.8'
|
cycler==0.12.1; python_version >= '3.8'
|
||||||
fonttools==4.58.5; python_version >= '3.9'
|
fonttools==4.58.5; python_version >= '3.9'
|
||||||
|
|||||||
Reference in New Issue
Block a user