Change minimum Python version to 3.8, and update all poetry deps

This commit is contained in:
Micah Lee 2023-02-05 16:41:07 -08:00
parent a346e52beb
commit 8689cd87d7
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 1418 additions and 1285 deletions

1605
cli/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.8,<3.11"
click = "*"
flask = "2.0.3"
flask-socketio = "5.3.1"