Merge "Add missing lib dependencies to requirements.txt"
This commit is contained in:
@@ -46,6 +46,8 @@ distro>=1.2.0 # Apache-2.0
|
|||||||
jsonschema>=2.6.0 # MIT
|
jsonschema>=2.6.0 # MIT
|
||||||
debtcollector>=1.19.0 # Apache-2.0
|
debtcollector>=1.19.0 # Apache-2.0
|
||||||
octavia-lib>=1.3.1 # Apache-2.0
|
octavia-lib>=1.3.1 # Apache-2.0
|
||||||
|
netaddr>=0.7.19 # BSD
|
||||||
|
simplejson>=3.13.2 # MIT
|
||||||
|
|
||||||
#for the amphora api
|
#for the amphora api
|
||||||
Flask!=0.11,>=0.10 # BSD
|
Flask!=0.11,>=0.10 # BSD
|
||||||
@@ -54,3 +56,4 @@ ipaddress>=1.0.17;python_version<'3.3' # PSF
|
|||||||
cryptography>=2.1 # BSD/Apache-2.0
|
cryptography>=2.1 # BSD/Apache-2.0
|
||||||
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
||||||
gunicorn>=19.0.0 # MIT
|
gunicorn>=19.0.0 # MIT
|
||||||
|
Werkzeug>=0.14.1 # BSD License
|
||||||
|
Reference in New Issue
Block a user