mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-21 21:14:40 -04:00
Change minimum Python version to 3.8, and update all poetry deps
This commit is contained in:
parent
a346e52beb
commit
8689cd87d7
5 changed files with 1418 additions and 1285 deletions
1605
cli/poetry.lock
generated
1605
cli/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue