Allow python from 3.6
This commit is contained in:
parent
018902b736
commit
978b14927d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = ">=3.6"
|
||||
"Mastodon.py" = "^1.5.0"
|
||||
click = "^7.0"
|
||||
pendulum = "^2.0.5"
|
||||
|
|
Loading…
Reference in a new issue