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

Initial Update #235

Merged
merged 28 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4d8c568
Pin progressbar2 to latest version 3.38.0
pyup-bot Jun 6, 2018
332a8f9
Pin flask to latest version 1.0.2
pyup-bot Jun 6, 2018
358a4a9
Pin markdown to latest version 2.6.11
pyup-bot Jun 6, 2018
7edfe6e
Pin flask-assets to latest version 0.12
pyup-bot Jun 6, 2018
6e67a28
Pin flask-mail to latest version 0.9.1
pyup-bot Jun 6, 2018
fe363a6
Pin sqlalchemy_utils to latest version 0.33.3
pyup-bot Jun 6, 2018
229b1e7
Pin flask-sqlalchemy to latest version 2.3.2
pyup-bot Jun 6, 2018
53aa5ff
Pin jsmin to latest version 2.2.2
pyup-bot Jun 6, 2018
e9cc1c2
Pin flask-openid to latest version 1.2.5
pyup-bot Jun 6, 2018
fbe4683
Pin flask-oauth to latest version 0.12
pyup-bot Jun 6, 2018
1578bdf
Pin pytz to latest version 2018.4
pyup-bot Jun 6, 2018
a01f85b
Pin ordereddict to latest version 1.1
pyup-bot Jun 6, 2018
97cd42b
Pin flask-wtf to latest version 0.14.2
pyup-bot Jun 6, 2018
273a7e6
Pin requests to latest version 2.18.4
pyup-bot Jun 6, 2018
775c03c
Pin blinker to latest version 1.4
pyup-bot Jun 6, 2018
5f6a31d
Pin flask-rq to latest version 0.2
pyup-bot Jun 6, 2018
568e821
Pin tweepy to latest version 3.6.0
pyup-bot Jun 6, 2018
b42dccd
Pin unicodecsv to latest version 0.14.1
pyup-bot Jun 6, 2018
561ec8f
Pin oauth2client to latest version 4.1.2
pyup-bot Jun 6, 2018
7150cb2
Pin ua-parser to latest version 0.8.0
pyup-bot Jun 6, 2018
faac3de
Pin itsdangerous to latest version 0.24
pyup-bot Jun 6, 2018
9616c4e
Pin psycopg2 to latest version 2.7.4
pyup-bot Jun 6, 2018
3eac23f
Pin pytest to latest version 3.6.1
pyup-bot Jun 6, 2018
3601e78
Pin coverage to latest version 4.5.1
pyup-bot Jun 6, 2018
f778598
Pin behave to latest version 1.2.6
pyup-bot Jun 6, 2018
8f8cb1b
Pin mock to latest version 2.0.0
pyup-bot Jun 6, 2018
1ec432c
Pin selenium to latest version 3.12.0
pyup-bot Jun 6, 2018
9ec0a1d
Pin coveralls to latest version 1.3.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,26 +1,26 @@
progressbar2
Flask
markdown
Flask-Assets
Flask-Mail
sqlalchemy_utils
progressbar2==3.38.0
Flask==1.0.2
markdown==2.6.11
Flask-Assets==0.12
Flask-Mail==0.9.1
sqlalchemy_utils==0.33.3
SQLAlchemy>=0.9
Flask-SQLAlchemy
jsmin
Flask-OpenID
Flask-OAuth
pytz
Flask-SQLAlchemy==2.3.2
jsmin==2.2.2
Flask-OpenID==1.2.5
Flask-OAuth==0.12
pytz==2018.4
bcrypt>=2.0.0
ordereddict
Flask-WTF
requests
blinker
Flask-RQ
tweepy
unicodecsv
oauth2client
ua-parser
itsdangerous
psycopg2
ordereddict==1.1
Flask-WTF==0.14.2
requests==2.18.4
blinker==1.4
Flask-RQ==0.2
tweepy==3.6.0
unicodecsv==0.14.1
oauth2client==4.1.2
ua-parser==0.8.0
itsdangerous==0.24
psycopg2==2.7.4
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/baseframe
12 changes: 6 additions & 6 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
coverage
behave
mock
selenium
coveralls
pytest==3.6.1
coverage==4.5.1
behave==1.2.6
mock==2.0.0
selenium==3.12.0
coveralls==1.3.0