requirments.txt: lock breaking dependencies
This commit is contained in:
parent
bf06cefdc6
commit
f9d0ec7d1b
2 changed files with 77 additions and 75 deletions
|
@ -21,7 +21,7 @@ beautifulsoup4
|
||||||
bencode
|
bencode
|
||||||
bintrees
|
bintrees
|
||||||
boto
|
boto
|
||||||
cachetools
|
cachetools==1.1.6
|
||||||
cryptography
|
cryptography
|
||||||
flask
|
flask
|
||||||
flask-restful==0.2.12
|
flask-restful==0.2.12
|
||||||
|
@ -29,15 +29,16 @@ gevent
|
||||||
gipc
|
gipc
|
||||||
gunicorn<19.0
|
gunicorn<19.0
|
||||||
hiredis
|
hiredis
|
||||||
|
html5lib==0.9999999 # pinned due to xhtml2pdf
|
||||||
httmock
|
httmock
|
||||||
jsonpath-rw
|
jsonpath-rw
|
||||||
jsonschema
|
jsonschema
|
||||||
marisa-trie
|
marisa-trie
|
||||||
mixpanel
|
mixpanel
|
||||||
mock
|
mock
|
||||||
moto
|
moto==0.4.25 # remove when 0.4.28+ is out
|
||||||
namedlist
|
namedlist
|
||||||
peewee
|
peewee==2.8.1
|
||||||
psutil
|
psutil
|
||||||
psycopg2
|
psycopg2
|
||||||
py-bcrypt
|
py-bcrypt
|
||||||
|
|
145
requirements.txt
145
requirements.txt
|
@ -1,122 +1,123 @@
|
||||||
aiowsgi==0.5
|
aiowsgi==0.6
|
||||||
alembic==0.8.5
|
alembic==0.8.8
|
||||||
-e git+https://github.com/DevTable/aniso8601-fake.git@bd7762c7dea0498706d3f57db60cd8a8af44ba90#egg=aniso8601
|
-e git+https://github.com/DevTable/aniso8601-fake.git@bd7762c7dea0498706d3f57db60cd8a8af44ba90#egg=aniso8601
|
||||||
-e git+https://github.com/DevTable/anunidecode.git@d59236a822e578ba3a0e5e5abbd3855873fa7a88#egg=anunidecode
|
-e git+https://github.com/DevTable/anunidecode.git@d59236a822e578ba3a0e5e5abbd3855873fa7a88#egg=anunidecode
|
||||||
APScheduler==3.0.5
|
APScheduler==3.0.5
|
||||||
autobahn==0.9.3-3
|
autobahn==0.9.3.post3
|
||||||
Babel==2.2.0
|
Babel==2.3.4
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.5.1
|
||||||
bencode==1.0
|
bencode==1.0
|
||||||
bintrees==2.0.4
|
bintrees==2.0.4
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
boto==2.39.0
|
boto==2.43.0
|
||||||
cachetools==1.1.6
|
cachetools==1.1.6
|
||||||
cffi==1.5.2
|
cffi==1.8.3
|
||||||
|
click==6.6
|
||||||
-e git+https://github.com/DevTable/container-cloud-config.git@bce675537904175f6975024a4c89269027ea6792#egg=container_cloud_config
|
-e git+https://github.com/DevTable/container-cloud-config.git@bce675537904175f6975024a4c89269027ea6792#egg=container_cloud_config
|
||||||
contextlib2==0.5.1
|
contextlib2==0.5.4
|
||||||
cryptography==1.3.1
|
cryptography==1.5.2
|
||||||
debtcollector==1.3.0
|
debtcollector==1.8.0
|
||||||
decorator==4.0.9
|
decorator==4.0.10
|
||||||
enum34==1.1.2
|
enum34==1.1.6
|
||||||
Flask==0.10.1
|
Flask==0.11.1
|
||||||
Flask-Login==0.3.2
|
Flask-Login==0.3.2
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail==0.9.1
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-RESTful==0.2.12
|
Flask-RESTful==0.2.12
|
||||||
Flask-Testing==0.4.2
|
Flask-Testing==0.6.1
|
||||||
funcparserlib==0.3.6
|
funcparserlib==0.3.6
|
||||||
funcsigs==1.0.0
|
funcsigs==1.0.2
|
||||||
functools32==3.2.3-2
|
functools32==3.2.3.post2
|
||||||
future==0.15.2
|
future==0.15.2
|
||||||
futures==3.0.5
|
futures==3.0.5
|
||||||
gevent==1.1.1
|
gevent==1.1.2
|
||||||
gipc==0.6.0
|
gipc==0.6.0
|
||||||
greenlet==0.4.9
|
greenlet==0.4.10
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
hiredis==0.2.0
|
hiredis==0.2.0
|
||||||
html5lib==0.9999999
|
html5lib==0.9999999
|
||||||
httmock==1.2.5
|
httmock==1.2.5
|
||||||
httpretty==0.8.10
|
httpretty==0.8.10
|
||||||
idna==2.1
|
idna==2.1
|
||||||
ipaddress==1.0.16
|
ipaddress==1.0.17
|
||||||
iso8601==0.1.11
|
iso8601==0.1.11
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Jinja2==2.8
|
Jinja2==2.8
|
||||||
jsonpath-rw==1.4.0
|
jsonpath-rw==1.4.0
|
||||||
jsonschema==2.5.1
|
jsonschema==2.5.1
|
||||||
keystoneauth1==2.4.0
|
keystoneauth1==2.14.0
|
||||||
Mako==1.0.4
|
Mako==1.0.4
|
||||||
marisa-trie==0.7.2
|
marisa-trie==0.7.2
|
||||||
-e git+https://github.com/jepcastelein/marketo-rest-python.git@1ba6dfee030b192f0930dd8c3b6d53b52d886c65#egg=marketorestpython-master
|
-e git+https://github.com/jepcastelein/marketo-rest-python.git@1ba6dfee030b192f0930dd8c3b6d53b52d886c65#egg=marketorestpython-master
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
mixpanel==4.3.0
|
mixpanel==4.3.1
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
-e git+https://github.com/ecordell/mockldap.git@4cd1e11320956e9984a6496d9e2c87a497121ea5#egg=mockldap
|
-e git+https://github.com/coreos/mockldap.git@59a46efbe8c7cd8146a87a7c4f2b09746b953e11#egg=mockldap
|
||||||
monotonic==1.0
|
monotonic==1.2
|
||||||
moto==0.4.23
|
moto==0.4.25
|
||||||
msgpack-python==0.4.7
|
msgpack-python==0.4.8
|
||||||
ndg-httpsclient==0.4.0
|
namedlist==1.7
|
||||||
|
ndg-httpsclient==0.4.2
|
||||||
netaddr==0.7.18
|
netaddr==0.7.18
|
||||||
netifaces==0.10.4
|
netifaces==0.10.5
|
||||||
-e git+https://github.com/NateFerrero/oauth2lib.git@d161b010f8a596826050a09e5e94d59443cc12d9#egg=oauth2lib
|
-e git+https://github.com/NateFerrero/oauth2lib.git@d161b010f8a596826050a09e5e94d59443cc12d9#egg=oauth2lib
|
||||||
oauthlib==1.0.3
|
oauthlib==2.0.0
|
||||||
ordereddict==1.1
|
oslo.config==3.17.0
|
||||||
oslo.config==3.9.0
|
oslo.i18n==3.9.0
|
||||||
oslo.i18n==3.5.0
|
oslo.serialization==2.13.0
|
||||||
oslo.serialization==2.4.0
|
oslo.utils==3.16.0
|
||||||
oslo.utils==3.8.0
|
pbr==1.10.0
|
||||||
pbr==1.8.1
|
peewee==2.8.1
|
||||||
peewee==2.8.0
|
Pillow==3.4.2
|
||||||
Pillow==3.2.0
|
ply==3.9
|
||||||
ply==3.8
|
positional==1.1.1
|
||||||
positional==1.0.1
|
psutil==4.3.1
|
||||||
prettytable==0.7.2
|
psycopg2==2.6.2
|
||||||
psutil==4.1.0
|
|
||||||
psycopg2==2.6.1
|
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
-e git+https://github.com/coreos/py-bitbucket.git@2473b643961898fd2a255ba9313e032684988a41#egg=py_bitbucket
|
-e git+https://github.com/coreos/py-bitbucket.git@07a80f63388d004f05f58441983bdf195f9b666e#egg=py_bitbucket
|
||||||
PyGithub==1.26.0
|
|
||||||
-e git+https://github.com/coreos/pyapi-gitlab.git@136c3970d591136a4f766a846c5d22aad52e124f#egg=pyapi_gitlab
|
-e git+https://github.com/coreos/pyapi-gitlab.git@136c3970d591136a4f766a846c5d22aad52e124f#egg=pyapi_gitlab
|
||||||
pyasn1==0.1.9
|
pyasn1==0.1.9
|
||||||
pycparser==2.14
|
pycparser==2.16
|
||||||
pycryptodome==3.4
|
pycryptodome==3.4.3
|
||||||
|
pycryptodomex==3.4.3
|
||||||
|
PyGithub==1.29
|
||||||
pygpgme==0.3
|
pygpgme==0.3
|
||||||
pyjwkest==1.1.7
|
pyjwkest==1.3.1
|
||||||
PyJWT==1.4.0
|
PyJWT==1.4.2
|
||||||
PyMySQL==0.6.7
|
PyMySQL==0.6.7
|
||||||
pyOpenSSL==16.0.0
|
pyOpenSSL==16.2.0
|
||||||
PyPDF2==1.25.1
|
pyparsing==2.1.10
|
||||||
python-dateutil==2.5.2
|
PyPDF2==1.26.0
|
||||||
python-editor==1.0
|
python-dateutil==2.5.3
|
||||||
|
python-editor==1.0.1
|
||||||
-e git+https://github.com/DevTable/python-etcd.git@f1168cb02a2a8c83bec1108c6fcd8615ef463b14#egg=python_etcd
|
-e git+https://github.com/DevTable/python-etcd.git@f1168cb02a2a8c83bec1108c6fcd8615ef463b14#egg=python_etcd
|
||||||
python-keystoneclient==2.3.1
|
python-keystoneclient==3.6.0
|
||||||
python-ldap==2.4.25
|
python-ldap==2.4.27
|
||||||
python-magic==0.4.11
|
python-magic==0.4.12
|
||||||
python-swiftclient==3.0.0
|
python-swiftclient==3.1.0
|
||||||
pytz==2016.3
|
pytz==2016.7
|
||||||
PyYAML==3.11
|
PyYAML==3.12
|
||||||
raven==5.12.0
|
raven==5.29.0
|
||||||
redis==2.10.5
|
redis==2.10.5
|
||||||
redlock==1.2.0
|
redlock==1.2.0
|
||||||
reportlab==2.7
|
reportlab==2.7
|
||||||
requests==2.11.1
|
requests==2.11.1
|
||||||
requests-oauthlib==0.6.1
|
requests-oauthlib==0.7.0
|
||||||
-e git+https://github.com/coreos/resumablehashlib.git@b1b631249589b07adf40e0ee545b323a501340b4#egg=resumablehashlib
|
-e git+https://github.com/coreos/resumablehashlib.git@b1b631249589b07adf40e0ee545b323a501340b4#egg=resumablehashlib
|
||||||
semantic-version==2.5.0
|
rfc3986==0.4.1
|
||||||
|
semantic-version==2.6.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
SQLAlchemy==1.0.12
|
SQLAlchemy==1.1.2
|
||||||
stevedore==1.12.0
|
stevedore==1.17.1
|
||||||
stringscore==0.1.0
|
stringscore==0.1.0
|
||||||
stripe==1.32.0
|
stripe==1.41.0
|
||||||
toposort==1.4
|
toposort==1.4
|
||||||
trollius==2.1
|
trollius==2.1
|
||||||
tzlocal==1.2.2
|
tzlocal==1.3
|
||||||
urllib3==1.14
|
urllib3==1.18
|
||||||
waitress==0.8.10
|
waitress==1.0.0
|
||||||
WebOb==1.6.0
|
WebOb==1.6.2
|
||||||
Werkzeug==0.11.5
|
Werkzeug==0.11.11
|
||||||
wheel==0.24.0
|
wrapt==1.10.8
|
||||||
wrapt==1.10.7
|
|
||||||
xhtml2pdf==0.0.6
|
xhtml2pdf==0.0.6
|
||||||
xmltodict==0.10.1
|
xmltodict==0.10.2
|
||||||
namedlist==1.7
|
|
||||||
|
|
Reference in a new issue