diff --git a/requirements-nover.txt b/requirements-nover.txt index b705808d8..fe9657b89 100644 --- a/requirements-nover.txt +++ b/requirements-nover.txt @@ -27,6 +27,7 @@ sqlalchemy python-magic reportlab==2.7 raven +peewee python-ldap pycrypto psycopg2 @@ -35,7 +36,6 @@ git+https://github.com/DevTable/aniso8601-fake.git git+https://github.com/DevTable/anunidecode.git git+https://github.com/DevTable/pygithub.git git+https://github.com/DevTable/container-cloud-config.git -git+https://github.com/coreos/peewee.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/mockldap.git diff --git a/requirements.txt b/requirements.txt index e67213862..d5d8cd2b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ alembic==0.7.6 APScheduler==3.0.3 autobahn==0.9.3-3 Babel==1.3 -beautifulsoup4==4.3.2 +beautifulsoup4==4.4.0 blinker==1.3 boto==2.38.0 -cachetools==1.0.2 +cachetools==1.0.3 cffi==1.1.2 -cryptography==0.9.1 +cryptography==0.9.2 debtcollector==0.5.0 enum34==1.0.4 Flask==0.10.1 @@ -39,15 +39,16 @@ mixpanel==4.1.0 mock==1.0.1 msgpack-python==0.4.6 ndg-httpsclient==0.4.0 -netaddr==0.7.14 +netaddr==0.7.15 netifaces==0.10.4 oauthlib==0.7.2 -oslo.config==1.12.1 +oslo.config==1.13.0 oslo.i18n==2.0.0 oslo.serialization==1.6.0 -oslo.utils==1.6.0 +oslo.utils==1.7.0 pbr==1.2.0 -Pillow==2.8.2 +peewee==2.6.2 +Pillow==2.9.0 prettytable==0.7.2 psutil==3.0.1 psycopg2==2.6.1 @@ -74,7 +75,7 @@ requests==2.7.0 requests-oauthlib==0.5.0 simplejson==3.7.3 six==1.9.0 -SQLAlchemy==1.0.5 +SQLAlchemy==1.0.6 stevedore==1.5.0 stringscore==0.1.0 stripe==1.22.3 @@ -84,14 +85,13 @@ urllib3==1.10.4 waitress==0.8.9 WebOb==1.4.1 Werkzeug==0.10.4 -wrapt==1.10.4 +wrapt==1.10.5 xhtml2pdf==0.0.6 git+https://github.com/DevTable/aniso8601-fake.git git+https://github.com/DevTable/anunidecode.git git+https://github.com/DevTable/pygithub.git git+https://github.com/DevTable/container-cloud-config.git -git+https://github.com/coreos/peewee.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/mockldap.git