Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Initial Update #31

Merged
merged 13 commits into from
Jun 18, 2018
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Flask
Flask-SQLAlchemy
Flask-Admin
Flask-RQ
Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-Admin==1.5.1
Flask-RQ==0.2
git+https://github.com/hasgeek/coaster.git
git+https://github.com/hasgeek/flask-lastuser.git
git+https://github.com/hasgeek/baseframe.git
SQLAlchemy>=0.9
progressbar2
nltk
numpy
requests
unidecode
progressbar2==3.38.0
nltk==3.3
numpy==1.14.3
requests==2.18.4
unidecode==1.0.22
rq-dashboard>=0.3.8
Flask-Migrate
Flask-Migrate==2.1.1
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose
coverage
coveralls
nose==1.3.7
coverage==4.5.1
coveralls==1.3.0