aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-22 15:03:31 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-22 15:03:31 +0200
commit165e826a11f113e9dbd298a8ab93db78c0bba596 (patch)
tree4718035f081acf2b9c091728a049a8ffd568561e /pyproject.toml
parent2269d143c43ff5c14061cf26fa8adc6e93393ec4 (diff)
downloadRWA.Support.SessionService-165e826a11f113e9dbd298a8ab93db78c0bba596.tar.gz
RWA.Support.SessionService-165e826a11f113e9dbd298a8ab93db78c0bba596.tar.bz2
RWA.Support.SessionService-165e826a11f113e9dbd298a8ab93db78c0bba596.zip
Add argparse as dependency
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 7f2b787..204dc99 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ requests = "^2.24.0"
websockify = "^0.9.0"
psutil = "^5.7.2"
flask = "^1.1.2"
+argparse = "^1.0.10"
[tool.poetry.dev-dependencies]