Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Initial Update #11

Merged
merged 18 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage
nose-progressive
coverage==4.5.1
nose-progressive==1.5.1