Allow python from 3.6

This commit is contained in:
Gabriel Augendre 2019-12-27 22:35:50 +01:00
parent 018902b736
commit 978b14927d
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -16,7 +16,7 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = ">=3.6"
"Mastodon.py" = "^1.5.0" "Mastodon.py" = "^1.5.0"
click = "^7.0" click = "^7.0"
pendulum = "^2.0.5" pendulum = "^2.0.5"