Replace the GPLed aniso8601 library with a fake version.
This commit is contained in:
parent
6b38ddb9b6
commit
2d21dc9293
2 changed files with 2 additions and 1 deletions
|
@ -33,3 +33,4 @@ python-ldap
|
|||
unidecode
|
||||
pycrypto
|
||||
logentries
|
||||
git+https://github.com/DevTable/aniso8601-fake.git
|
||||
|
|
|
@ -16,7 +16,7 @@ SQLAlchemy==0.9.7
|
|||
Unidecode==0.04.16
|
||||
Werkzeug==0.9.6
|
||||
alembic==0.6.5
|
||||
aniso8601==0.82
|
||||
git+https://github.com/DevTable/aniso8601-fake.git
|
||||
argparse==1.2.1
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
|
|
Reference in a new issue