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

@@ -72,6 +72,7 @@ traitlets==4.3.3
urllib3==1.25.10
wcwidth==0.2.5
webencodings==0.5.1
webob==1.8.6
widgetsnbextension==3.5.1
zipp==3.1.0; python_version < "3.8"
-e src/.

View File

@@ -12,4 +12,5 @@ requests==2.24.0
send2trash==1.5.0
soupsieve==1.9.6
urllib3==1.25.10
webob==1.8.6
zipp==3.1.0; python_version < "3.8"