Update requirements.txt
This commit is contained in:
parent
d9f0d36dfe
commit
a1ea2f6571
2 changed files with 9 additions and 7 deletions
|
@ -20,7 +20,7 @@ redis
|
||||||
hiredis
|
hiredis
|
||||||
docker-py
|
docker-py
|
||||||
pygithub
|
pygithub
|
||||||
flask-restful
|
flask-restful==0.2.12
|
||||||
jsonschema
|
jsonschema
|
||||||
git+https://github.com/NateFerrero/oauth2lib.git
|
git+https://github.com/NateFerrero/oauth2lib.git
|
||||||
alembic
|
alembic
|
||||||
|
@ -36,4 +36,5 @@ psycopg2
|
||||||
pyyaml
|
pyyaml
|
||||||
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
|
||||||
gipc
|
gipc
|
||||||
|
avatar-generator
|
||||||
|
|
|
@ -15,9 +15,10 @@ PyPDF2==1.23
|
||||||
PyYAML==3.11
|
PyYAML==3.11
|
||||||
SQLAlchemy==0.9.8
|
SQLAlchemy==0.9.8
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.9.6
|
||||||
git+https://github.com/DevTable/aniso8601-fake.git
|
alembic==0.7.0
|
||||||
git+https://github.com/DevTable/anunidecode.git
|
aniso8601==1.00
|
||||||
alembic==0.6.7
|
anunidecode==0.01
|
||||||
|
avatar-generator==0.0.13
|
||||||
backports.ssl-match-hostname==3.4.0.2
|
backports.ssl-match-hostname==3.4.0.2
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.3.2
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
|
@ -34,10 +35,10 @@ html5lib==0.999
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
jsonschema==2.4.0
|
jsonschema==2.4.0
|
||||||
marisa-trie==0.6
|
marisa-trie==0.6
|
||||||
git+https://github.com/NateFerrero/oauth2lib.git
|
|
||||||
mixpanel-py==3.2.0
|
mixpanel-py==3.2.0
|
||||||
|
oauth2lib==1.0.0
|
||||||
paramiko==1.15.1
|
paramiko==1.15.1
|
||||||
peewee==2.4.2
|
peewee==2.4.3
|
||||||
psycopg2==2.5.4
|
psycopg2==2.5.4
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
Reference in a new issue