Merge "Add missing lib dependencies to requirements.txt"

This commit is contained in:
Zuul 2019-08-07 07:30:42 +00:00 committed by Gerrit Code Review
commit 1b98355056
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,8 @@ distro>=1.2.0 # Apache-2.0
jsonschema>=2.6.0 # MIT
debtcollector>=1.19.0 # 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
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
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
gunicorn>=19.0.0 # MIT
Werkzeug>=0.14.1 # BSD License