mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Merge branch 'main' into update-deps
This commit is contained in:
commit
f41d5587d0
8 changed files with 56 additions and 54 deletions
4
cli/poetry.lock
generated
4
cli/poetry.lock
generated
|
@ -996,5 +996,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "316bfe8d7fa61931d571b1def3ef9484d9a7dac69dba3986e259879e1f202842"
|
||||
python-versions = ">=3.8,<3.12"
|
||||
content-hash = "6db39f921a9bb6d7ca126b748425bd7f02ee407703cf8b80118cb7b994782cba"
|
||||
|
|
|
@ -16,7 +16,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.11"
|
||||
python = ">=3.8,<3.12"
|
||||
click = "*"
|
||||
flask = "2.3.2"
|
||||
flask-socketio = "5.3.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue