Only include dependencies we really need

This commit is contained in:
Micah Lee 2020-10-12 19:24:17 -07:00
parent 14ac43445d
commit 1824eb1a8e
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 281 additions and 321 deletions

581
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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 = "*"