diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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] |