We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddb1a3 commit 17e9303Copy full SHA for 17e9303
pyproject.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/beaufour/flickr-download"
12
flickr_download = "flickr_download.flick_download:main"
13
14
[tool.poetry.dependencies]
15
-python = "^3.7"
+python = ">=3.9,<4.0"
16
flickr-api = "^0.7.7"
17
python-dateutil = "^2.8.1"
18
PyYAML = ">=5.3,<7.0"
0 commit comments