Updated requirements on python version.

This commit is contained in:
Cédric Bonhomme 2019-12-14 10:32:15 +01:00
parent 15b62a8034
commit cc626f8954
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "GPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
pillow = "^6.2.1"
piexif = "^1.1.3"
crayons = "^0.3.0"