Update the requirements-nover.txt to pull from the forked avatar lib and to use the proper forked libs in the versioned requirements.txt.
This commit is contained in:
parent
a1ea2f6571
commit
1c32faa31d
2 changed files with 5 additions and 5 deletions
|
@ -37,4 +37,4 @@ 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
|
git+https://github.com/DevTable/avatar-generator.git
|
||||||
|
|
|
@ -16,9 +16,9 @@ PyYAML==3.11
|
||||||
SQLAlchemy==0.9.8
|
SQLAlchemy==0.9.8
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.9.6
|
||||||
alembic==0.7.0
|
alembic==0.7.0
|
||||||
aniso8601==1.00
|
git+https://github.com/DevTable/aniso8601-fake.git
|
||||||
anunidecode==0.01
|
git+https://github.com/DevTable/anunidecode.git
|
||||||
avatar-generator==0.0.13
|
git+https://github.com/DevTable/avatar-generator.git
|
||||||
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
|
||||||
|
@ -36,7 +36,7 @@ itsdangerous==0.24
|
||||||
jsonschema==2.4.0
|
jsonschema==2.4.0
|
||||||
marisa-trie==0.6
|
marisa-trie==0.6
|
||||||
mixpanel-py==3.2.0
|
mixpanel-py==3.2.0
|
||||||
oauth2lib==1.0.0
|
git+https://github.com/NateFerrero/oauth2lib.git
|
||||||
paramiko==1.15.1
|
paramiko==1.15.1
|
||||||
peewee==2.4.3
|
peewee==2.4.3
|
||||||
psycopg2==2.5.4
|
psycopg2==2.5.4
|
||||||
|
|
Reference in a new issue