Add webob to requirements

Webob is already included in pecan, but since we import it explicitly,
it should be present in the requirements too.

Change-Id: I3d74025eb71784d6d9f1dcc07ec7e51eb28f1fc5
This commit is contained in:
Stanisław Pitucha 2015-10-14 17:31:55 +11:00
parent 5f22584d44
commit 8bf6ac9047
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
cryptography>=1.0 # Apache-2.0
pyasn1
pyasn1-modules
WebOb>=1.2.3
pecan>=1.0.0
Paste
netaddr!=0.7.16,>=0.7.12