Include PIP requirements files for both Python 2 and Python 3.

This commit is contained in:
Murtuza Zabuawala 2015-11-03 14:12:20 +00:00 committed by Dave Page
parent cbab08aaaf
commit da6043e7a5
2 changed files with 29 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Werkzeug==0.9.6
argparse==1.3.0
beautifulsoup4==4.3.2
blinker==1.3
django-htmlmin==0.7.0
django-htmlmin==0.8.0
html5lib==1.0b3
itsdangerous==0.24
passlib==1.6.2
@ -24,5 +24,6 @@ psycopg2==2.5.2
pytz==2014.10
six==1.9.0
speaklater==1.3
pycrypto==2.6.1
wsgiref==0.1.2
pycrypto==2.6.1

27
requirements_py3.txt Normal file
View File

@ -0,0 +1,27 @@
Babel==1.3
Flask==0.10.1
Flask-Babel==0.9
Flask-Gravatar==0.4.1
Flask-Login==0.2.11
Flask-Mail==0.9.1
Flask-Principal==0.4.0
Flask-SQLAlchemy==2.0
Flask-Security==1.7.4
Flask-WTF==0.11
Jinja2==2.7.3
MarkupSafe==0.23
SQLAlchemy==0.9.8
WTForms==2.0.2
Werkzeug==0.9.6
argparse==1.3.0
beautifulsoup4==4.3.2
blinker==1.3
django-htmlmin==0.8.0
html5lib==1.0b3
itsdangerous==0.24
passlib==1.6.2
psycopg2==2.5.2
pytz==2014.10
six==1.9.0
speaklater==1.3
pycrypto==2.6.1