Add packaging requirement (#290)
This commit is contained in:
parent
a181dc5681
commit
2df682f3b0
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ pyjwt = "^2.8.0"
|
||||||
loguru = "^0.7.0"
|
loguru = "^0.7.0"
|
||||||
tqdm = "^4.1.0"
|
tqdm = "^4.1.0"
|
||||||
toml = "^0.10.2"
|
toml = "^0.10.2"
|
||||||
|
packaging = "^24.1"
|
||||||
types-python-dateutil = "2.9.0.20241003"
|
types-python-dateutil = "2.9.0.20241003"
|
||||||
types-pytz = "2024.2.0.20241003"
|
types-pytz = "2024.2.0.20241003"
|
||||||
types-toml = "0.10.8.20240310"
|
types-toml = "0.10.8.20240310"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue