mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2024-12-20 18:11:52 +01:00
Update dependencies
This commit is contained in:
parent
06f75d4996
commit
71b1675332
@ -24,12 +24,12 @@ classifiers = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
tqdm = "^4.66.2"
|
||||
urllib3 = "^1.26.18"
|
||||
requests = "^2.31.0"
|
||||
tqdm = "^4.67.0"
|
||||
urllib3 = "^1.26.20"
|
||||
requests = "^2.32.3"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
lxml = "^5.2.1"
|
||||
pydantic = "^1.10.15"
|
||||
lxml = "^5.3.0"
|
||||
pydantic = "^1.10.19"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
itch-dl = "itch_dl.cli:run"
|
||||
|
Loading…
Reference in New Issue
Block a user