mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 10:00:10 -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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
altgraph = "*"
|
|
||||||
certifi = "*"
|
|
||||||
chardet = "*"
|
|
||||||
Click = "*"
|
Click = "*"
|
||||||
Flask = "*"
|
Flask = "*"
|
||||||
Flask-HTTPAuth = "*"
|
Flask-HTTPAuth = "*"
|
||||||
future = "*"
|
flask-socketio = "*"
|
||||||
idna = "*"
|
|
||||||
itsdangerous = "*"
|
|
||||||
Jinja2 = "*"
|
|
||||||
macholib = "*"
|
|
||||||
MarkupSafe = "*"
|
|
||||||
pefile = "*"
|
|
||||||
pycryptodome = "*"
|
pycryptodome = "*"
|
||||||
PyQt5 = "5.14"
|
PyQt5 = "5.14"
|
||||||
PyQt5-sip = "*"
|
PyQt5-sip = "*"
|
||||||
@ -27,12 +18,10 @@ PySocks = "*"
|
|||||||
requests = "*"
|
requests = "*"
|
||||||
stem = "*"
|
stem = "*"
|
||||||
urllib3 = "*"
|
urllib3 = "*"
|
||||||
Werkzeug = "*"
|
eventlet = "*"
|
||||||
flask-socketio = "^4.3.0"
|
qrcode = "*"
|
||||||
eventlet = "^0.25.2"
|
psutil = "*"
|
||||||
qrcode = "^6.1"
|
pywin32 = {version = "*", platform = "win32"}
|
||||||
psutil = "^5.7.2"
|
|
||||||
pywin32 = {version = "^228", platform = "windows"}
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
atomicwrites = "*"
|
atomicwrites = "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user