diff --git a/requirements.txt b/requirements.txt index 7ac1707..53c188a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -Flask -Flask-SQLAlchemy -Flask-Assets -Flask-Mail -Flask-WTF -Flask-RQ +Flask==1.0.2 +Flask-SQLAlchemy==2.3.2 +Flask-Assets==0.12 +Flask-Mail==0.9.1 +Flask-WTF==0.14.2 +Flask-RQ==0.2 git+https://github.com/hasgeek/baseframe git+https://github.com/hasgeek/coaster git+https://github.com/hasgeek/flask-lastuser -jsmin -pytz -psycopg2 -wtforms_json -rq -html2text -premailer -python-dateutil -Flask-Admin -Flask-Migrate +jsmin==2.2.2 +pytz==2018.4 +psycopg2==2.7.4 +wtforms_json==0.3.3 +rq==0.11.0 +html2text==2018.1.9 +premailer==3.2.0 +python-dateutil==2.7.3 +Flask-Admin==1.5.1 +Flask-Migrate==2.1.1 diff --git a/test_requirements.txt b/test_requirements.txt index 96b1713..9405d2d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,2 +1,2 @@ -coverage -nose-progressive \ No newline at end of file +coverage==4.5.1 +nose-progressive==1.5.1 \ No newline at end of file