1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

allow python 3.7

This commit is contained in:
Lukas Winkler 2020-06-01 12:05:33 +02:00
parent 2eb3efb2cf
commit 792f20cc12
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -5,7 +5,7 @@ description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.7,<4.0"
django = {extras = ["argon2"], version = "^3.0.6"}
psycopg2 = "^2.8.5"
django-simple-history = "^2.10.0"