Add webob as a dependency to pyproject

This commit is contained in:
Vikash Kothary
2020-07-30 22:18:52 +01:00
parent 5430b729f9
commit 58441cffbd
4 changed files with 20 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ pyaudio = "^0.2.11"
decorator = "^4.4.2"
psutil = "^5.7.2"
distro = "^1.5.0"
webob = "^1.8.6"
[tool.poetry.dev-dependencies]
mkdocs = "^1.1.2"