Add missing lib dependencies to requirements.txt

Some Python libraries were missing in requirements.txt. This patch adds
them to the list of dependencies.

Change-Id: I6dc4a7626cd5244b445893b96a7d7351ca528dc1
This commit is contained in:
Carlos Goncalves 2019-07-29 21:51:50 +02:00 committed by Adam Harwell
parent b32064cdf2
commit 262a89c7ed
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