summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-20 18:37:20 -0400
committerMicah Lee <micah@micahflee.com>2020-08-20 18:37:20 -0400
commit7927ede85b355cd532506b2024b53230f37d29a0 (patch)
tree393fd49f1b1de9cc07e1bac7169b3fffb99cc22d /pyproject.toml
parentdc1588308090120dc228fb982c470b11e7912f05 (diff)
downloadonionshare-7927ede85b355cd532506b2024b53230f37d29a0.tar.gz
onionshare-7927ede85b355cd532506b2024b53230f37d29a0.zip
Delete lock file if it's stale
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 171f7c47..6011b976 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,6 +31,7 @@ Werkzeug = "*"
flask-socketio = "^4.3.0"
eventlet = "^0.25.2"
qrcode = "^6.1"
+psutil = "^5.7.2"
[tool.poetry.dev-dependencies]
atomicwrites = "*"