Skip to content

Commit a2ed43a

Browse files
committed
#16 Fix project dependencies
1 parent 3f48308 commit a2ed43a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.9"
10+
python = ">=3.9, <3.13"
1111
fire = "^0.5"
1212
requests = "^2.30"
1313
tqdm = "^4.65"

0 commit comments

Comments
 (0)