Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #224

Merged
merged 25 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e05e21e
Pin flask to latest version 1.0.2
pyup-bot Jun 6, 2018
1e415c6
Pin flask-sqlalchemy to latest version 2.3.2
pyup-bot Jun 6, 2018
d7ec8d7
Pin flask-assets to latest version 0.12
pyup-bot Jun 6, 2018
3beb995
Pin flask-mail to latest version 0.9.1
pyup-bot Jun 6, 2018
3c3dbfc
Pin flask-wtf to latest version 0.14.2
pyup-bot Jun 6, 2018
c18a425
Pin flask-rq to latest version 0.2
pyup-bot Jun 6, 2018
588be06
Pin jsmin to latest version 2.2.2
pyup-bot Jun 6, 2018
46b8e61
Pin pytz to latest version 2018.4
pyup-bot Jun 6, 2018
8c1434e
Pin psycopg2 to latest version 2.7.4
pyup-bot Jun 6, 2018
2a67f2a
Pin wtforms_json to latest version 0.3.3
pyup-bot Jun 6, 2018
1b49931
Pin rq to latest version 0.11.0
pyup-bot Jun 6, 2018
9ff21f5
Pin itsdangerous to latest version 0.24
pyup-bot Jun 6, 2018
4063b50
Pin html2text to latest version 2018.1.9
pyup-bot Jun 6, 2018
1ca01bf
Pin premailer to latest version 3.2.0
pyup-bot Jun 6, 2018
2118c70
Pin python-dateutil to latest version 2.7.3
pyup-bot Jun 6, 2018
8468c2e
Pin tabulate to latest version 0.8.2
pyup-bot Jun 6, 2018
806f8a3
Pin flask-admin to latest version 1.5.1
pyup-bot Jun 6, 2018
587ba9e
Pin unicodecsv to latest version 0.14.1
pyup-bot Jun 6, 2018
72b9f2d
Pin isoweek to latest version 1.3.3
pyup-bot Jun 6, 2018
289f181
Pin flask-migrate to latest version 2.1.1
pyup-bot Jun 6, 2018
fbaf558
Pin pycountry to latest version 18.5.26
pyup-bot Jun 6, 2018
3347d38
Pin html5print to latest version 0.1.2
pyup-bot Jun 6, 2018
f3b2f98
Pin coverage to latest version 4.5.1
pyup-bot Jun 6, 2018
119bef9
Pin nose-progressive to latest version 1.5.1
pyup-bot Jun 6, 2018
d8ddc95
Pin mock to latest version 2.0.0
pyup-bot Jun 6, 2018
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
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
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
itsdangerous
html2text
premailer
python-dateutil
tabulate
Flask-Admin
unicodecsv
isoweek
Flask-Migrate
pycountry
html5print
jsmin==2.2.2
pytz==2018.4
psycopg2==2.7.4
wtforms_json==0.3.3
rq==0.11.0
itsdangerous==0.24
html2text==2018.1.9
premailer==3.2.0
python-dateutil==2.7.3
tabulate==0.8.2
Flask-Admin==1.5.1
unicodecsv==0.14.1
isoweek==1.3.3
Flask-Migrate==2.1.1
pycountry==18.5.26
html5print==0.1.2
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage
nose-progressive
mock
coverage==4.5.1
nose-progressive==1.5.1
mock==2.0.0