diff --git a/requirements.txt b/requirements_py2.txt similarity index 92% rename from requirements.txt rename to requirements_py2.txt index 61f29c5c1..c7b1d4c46 100644 --- a/requirements.txt +++ b/requirements_py2.txt @@ -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 diff --git a/requirements_py3.txt b/requirements_py3.txt new file mode 100644 index 000000000..5b9bc9011 --- /dev/null +++ b/requirements_py3.txt @@ -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