mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 05:31:27 -05:00
Only include dependencies we really need
This commit is contained in:
parent
14ac43445d
commit
1824eb1a8e
581
poetry.lock
generated
581
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,19 +7,10 @@ license = "GPLv3+"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
altgraph = "*"
|
||||
certifi = "*"
|
||||
chardet = "*"
|
||||
Click = "*"
|
||||
Flask = "*"
|
||||
Flask-HTTPAuth = "*"
|
||||
future = "*"
|
||||
idna = "*"
|
||||
itsdangerous = "*"
|
||||
Jinja2 = "*"
|
||||
macholib = "*"
|
||||
MarkupSafe = "*"
|
||||
pefile = "*"
|
||||
flask-socketio = "*"
|
||||
pycryptodome = "*"
|
||||
PyQt5 = "5.14"
|
||||
PyQt5-sip = "*"
|
||||
@ -27,12 +18,10 @@ PySocks = "*"
|
||||
requests = "*"
|
||||
stem = "*"
|
||||
urllib3 = "*"
|
||||
Werkzeug = "*"
|
||||
flask-socketio = "^4.3.0"
|
||||
eventlet = "^0.25.2"
|
||||
qrcode = "^6.1"
|
||||
psutil = "^5.7.2"
|
||||
pywin32 = {version = "^228", platform = "windows"}
|
||||
eventlet = "*"
|
||||
qrcode = "*"
|
||||
psutil = "*"
|
||||
pywin32 = {version = "*", platform = "win32"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
atomicwrites = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user