Refresh the dependencies and switch back to upstream peewee now that coleifer has added a fix.

This commit is contained in:
Jake Moshenko 2015-07-06 15:02:52 -04:00
parent cf4800c06c
commit 1fb676d1f6
2 changed files with 11 additions and 11 deletions

View file

@ -27,6 +27,7 @@ sqlalchemy
python-magic python-magic
reportlab==2.7 reportlab==2.7
raven raven
peewee
python-ldap python-ldap
pycrypto pycrypto
psycopg2 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/anunidecode.git
git+https://github.com/DevTable/pygithub.git git+https://github.com/DevTable/pygithub.git
git+https://github.com/DevTable/container-cloud-config.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/py-bitbucket.git
git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/pyapi-gitlab.git
git+https://github.com/coreos/mockldap.git git+https://github.com/coreos/mockldap.git

View file

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