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 #453

Merged
merged 29 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0a6ca8d
Pin flask to latest version 1.0.2
pyup-bot Jun 6, 2018
41f77d4
Pin flask-sqlalchemy to latest version 2.3.2
pyup-bot Jun 6, 2018
a1f3617
Pin flask-wtf to latest version 0.14.2
pyup-bot Jun 6, 2018
f11cdbc
Pin flask-mail to latest version 0.9.1
pyup-bot Jun 6, 2018
ff84aa2
Pin flask-assets to latest version 0.12
pyup-bot Jun 6, 2018
6c3b0f5
Pin flask-uploads to latest version 0.2.1
pyup-bot Jun 6, 2018
1347c76
Pin flask-rq to latest version 0.2
pyup-bot Jun 6, 2018
ce36e78
Pin flask-testing to latest version 0.7.1
pyup-bot Jun 6, 2018
21d5ed4
Pin pillow to latest version 5.1.0
pyup-bot Jun 6, 2018
94a06fb
Pin sqlalchemy_utils to latest version 0.33.3
pyup-bot Jun 6, 2018
7f4dc4b
Pin pytz to latest version 2018.4
pyup-bot Jun 6, 2018
508530a
Pin markdown to latest version 2.6.11
pyup-bot Jun 6, 2018
e564ff7
Pin tweepy to latest version 3.6.0
pyup-bot Jun 6, 2018
1388324
Pin bitlyapi to latest version 0.1.1
pyup-bot Jun 6, 2018
fa8a4c5
Pin coverage to latest version 4.5.1
pyup-bot Jun 6, 2018
b2578ed
Pin coverage to latest version 4.5.1
pyup-bot Jun 6, 2018
bd6e7f4
Pin bleach to latest version 2.1.3
pyup-bot Jun 6, 2018
9a7c37e
Pin ordereddict to latest version 1.1
pyup-bot Jun 6, 2018
d560c69
Pin jsmin to latest version 2.2.2
pyup-bot Jun 6, 2018
1694353
Pin psycopg2 to latest version 2.7.4
pyup-bot Jun 6, 2018
bbf4ab3
Pin dnspython to latest version 1.15.0
pyup-bot Jun 6, 2018
a7ae612
Pin html2text to latest version 2018.1.9
pyup-bot Jun 6, 2018
899a4bf
Pin premailer to latest version 3.2.0
pyup-bot Jun 6, 2018
9b07802
Pin tldextract to latest version 2.2.0
pyup-bot Jun 6, 2018
2b9d29a
Pin unicodecsv to latest version 0.14.1
pyup-bot Jun 6, 2018
0450519
Pin geoip2 to latest version 2.8.0
pyup-bot Jun 6, 2018
ded4d9c
Pin flask-migrate to latest version 2.1.1
pyup-bot Jun 6, 2018
f48ed10
Pin progressbar2 to latest version 3.38.0
pyup-bot Jun 6, 2018
c8a85dd
Pin nose-progressive to latest version 1.5.1
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
54 changes: 27 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
Flask
Flask-SQLAlchemy
Flask-WTF
Flask-Mail
Flask-Assets
Flask-Uploads
Flask-RQ
Flask-Testing
Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-WTF==0.14.2
Flask-Mail==0.9.1
Flask-Assets==0.12
Flask-Uploads==0.2.1
Flask-RQ==0.2
Flask-Testing==0.7.1
Flask-Redis>=0.3.0
Pillow
sqlalchemy_utils
Pillow==5.1.0
sqlalchemy_utils==0.33.3
SQLAlchemy>=1.0.0
pytz
markdown
tweepy
bitlyapi
coverage
bleach
ordereddict
jsmin
psycopg2
dnspython
html2text
premailer
pytz==2018.4
markdown==2.6.11
tweepy==3.6.0
bitlyapi==0.1.1
coverage==4.5.1
bleach==2.1.3
ordereddict==1.1
jsmin==2.2.2
psycopg2==2.7.4
dnspython==1.15.0
html2text==2018.1.9
premailer==3.2.0
langid>=1.1.4dev
tldextract
unicodecsv
geoip2
tldextract==2.2.0
unicodecsv==0.14.1
geoip2==2.8.0
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/flask-lastuser
git+https://github.com/hasgeek/baseframe
Flask-Migrate
progressbar2
Flask-Migrate==2.1.1
progressbar2==3.38.0
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