Updating requirements-lock.txt
- Ran tox -e freeze to update requirements-lock.txt. Removes pyinotify. Change-Id: I87c62bc6ec4b0b746e60eef70e69762cb37b5c9e
This commit is contained in:
parent
e7c2ed57d6
commit
ae6a990940
@ -8,10 +8,10 @@ click==6.7
|
|||||||
contextlib2==0.5.5
|
contextlib2==0.5.5
|
||||||
debtcollector==1.19.0
|
debtcollector==1.19.0
|
||||||
defusedxml==0.5.0
|
defusedxml==0.5.0
|
||||||
eventlet==0.22.1
|
eventlet==0.23.0
|
||||||
falcon==1.4.1
|
falcon==1.4.1
|
||||||
fasteners==0.14.1
|
fasteners==0.14.1
|
||||||
futurist==1.6.0
|
futurist==1.7.0
|
||||||
greenlet==0.4.13
|
greenlet==0.4.13
|
||||||
idna==2.6
|
idna==2.6
|
||||||
iso8601==0.1.11
|
iso8601==0.1.11
|
||||||
@ -22,27 +22,27 @@ keystonemiddleware==4.9.1
|
|||||||
kombu==4.1.0
|
kombu==4.1.0
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
monotonic==1.4
|
monotonic==1.5
|
||||||
msgpack==0.5.6
|
msgpack==0.5.6
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
netifaces==0.10.6
|
netifaces==0.10.7
|
||||||
oauthlib==2.0.7
|
oauthlib==2.0.7
|
||||||
oslo.concurrency==3.27.0
|
oslo.concurrency==3.27.0
|
||||||
oslo.config==3.16.0
|
oslo.config==3.16.0
|
||||||
oslo.context==2.20.0
|
oslo.context==2.20.0
|
||||||
oslo.i18n==3.20.0
|
oslo.i18n==3.20.0
|
||||||
oslo.log==3.38.0
|
oslo.log==3.38.1
|
||||||
oslo.messaging==6.2.0
|
oslo.messaging==6.2.0
|
||||||
oslo.middleware==3.35.0
|
oslo.middleware==3.35.0
|
||||||
oslo.policy==1.22.1
|
oslo.policy==1.22.1
|
||||||
oslo.serialization==2.25.0
|
oslo.serialization==2.25.0
|
||||||
oslo.service==1.31.1
|
oslo.service==1.31.1
|
||||||
oslo.utils==3.36.0
|
oslo.utils==3.36.1
|
||||||
oslo.versionedobjects==1.23.0
|
oslo.versionedobjects==1.23.0
|
||||||
Paste==2.0.3
|
Paste==2.0.3
|
||||||
PasteDeploy==1.5.2
|
PasteDeploy==1.5.2
|
||||||
pbr==4.0.2
|
pbr==4.0.2
|
||||||
pip==10.0.0
|
pip==10.0.1
|
||||||
positional==1.2.1
|
positional==1.2.1
|
||||||
prettytable==0.7.2
|
prettytable==0.7.2
|
||||||
psycopg2==2.7.3.1
|
psycopg2==2.7.3.1
|
||||||
@ -50,12 +50,11 @@ PTable==0.9.2
|
|||||||
pycadf==2.7.0
|
pycadf==2.7.0
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
pyghmi==1.0.18
|
pyghmi==1.0.18
|
||||||
pyinotify==0.9.6
|
|
||||||
pymongo==3.6.1
|
pymongo==3.6.1
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
python-dateutil==2.7.2
|
python-dateutil==2.7.3
|
||||||
python-editor==1.0.3
|
python-editor==1.0.3
|
||||||
python-keystoneclient==3.15.0
|
python-keystoneclient==3.16.0
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
pytz==2018.4
|
pytz==2018.4
|
||||||
PyYAML==3.12
|
PyYAML==3.12
|
||||||
@ -63,12 +62,12 @@ repoze.lru==0.7
|
|||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
rfc3986==1.1.0
|
rfc3986==1.1.0
|
||||||
Routes==2.4.1
|
Routes==2.4.1
|
||||||
setuptools==39.0.1
|
setuptools==39.1.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
SQLAlchemy==1.1.14
|
SQLAlchemy==1.1.14
|
||||||
statsd==3.2.2
|
statsd==3.2.2
|
||||||
stevedore==1.28.0
|
stevedore==1.28.0
|
||||||
tenacity==4.10.0
|
tenacity==4.12.0
|
||||||
ulid2==0.1.1
|
ulid2==0.1.1
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
uWSGI==2.0.15
|
uWSGI==2.0.15
|
||||||
|
2
tox.ini
2
tox.ini
@ -14,7 +14,7 @@ deps=
|
|||||||
-rrequirements-direct.txt
|
-rrequirements-direct.txt
|
||||||
commands=
|
commands=
|
||||||
rm requirements-lock.txt
|
rm requirements-lock.txt
|
||||||
sh -c "pip freeze --all | grep -v 'drydock-provisioner' > requirements-lock.txt"
|
sh -c "pip freeze --all | grep -v 'drydock-provisioner|pyinotify|pkg-resources==0.0.0' > requirements-lock.txt"
|
||||||
|
|
||||||
[testenv:yapf]
|
[testenv:yapf]
|
||||||
whitelist_externals=find
|
whitelist_externals=find
|
||||||
|
Loading…
Reference in New Issue
Block a user