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

Merged
merged 44 commits into from Nov 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
6804cd0
Update flask-wtf from 0.10.3 to 0.13.1
pyup-bot Oct 19, 2016
dea85ec
Update flask-babel from 0.9 to 0.11.1
pyup-bot Oct 19, 2016
257e866
Update passlib from 1.6.2 to 1.6.5
pyup-bot Oct 19, 2016
9a33c43
Update wtforms from 1.0.5 to 2.1
pyup-bot Oct 19, 2016
3b0f7c0
Update mongoengine from 0.8.7 to 0.10.6
pyup-bot Oct 19, 2016
b0c7792
Update pyasn1-modules from 0.0.5 to 0.0.8
pyup-bot Oct 19, 2016
3b230a2
Update blinker from 1.3 to 1.4
pyup-bot Oct 19, 2016
7d4e38c
Pin ndg-httpsclient to latest version 0.4.2
pyup-bot Oct 19, 2016
489f071
Pin ndg-httpsclient to latest version 0.4.2
pyup-bot Oct 19, 2016
d4c4b2e
Update flask-security from 1.7.4 to 1.7.5
pyup-bot Oct 19, 2016
98c3aea
Update uritemplate from 0.6 to 3.0.0
pyup-bot Oct 19, 2016
98a577f
Update oauthlib from 0.7.2 to 2.0.0
pyup-bot Oct 19, 2016
2cc279e
Update flask-admin from 1.0.9 to 1.4.2
pyup-bot Oct 19, 2016
e4cb700
Update werkzeug from 0.9.6 to 0.11.11
pyup-bot Oct 19, 2016
414438b
Update requests from 2.5.1 to 2.11.1
pyup-bot Oct 19, 2016
1b69067
Update python-twitter from 2.2 to 3.1
pyup-bot Oct 19, 2016
4e332c8
Update google-api-python-client from 1.3.1 to 1.5.4
pyup-bot Oct 19, 2016
943ac2c
Update jinja2 from 2.7.3 to 2.8
pyup-bot Oct 19, 2016
417e50d
Update httplib2 from 0.9 to 0.9.2
pyup-bot Oct 19, 2016
51434d8
Update pymongo from 2.7.2 to 3.3.0
pyup-bot Oct 19, 2016
0181ce4
Update six from 1.9.0 to 1.10.0
pyup-bot Oct 19, 2016
d2898ae
Update flask-babelex from 0.9.2 to 0.9.3
pyup-bot Oct 19, 2016
1b5f9cf
Update requests-oauthlib from 0.4.2 to 0.7.0
pyup-bot Oct 19, 2016
7c9a452
Update rsa from 3.1.4 to 3.4.2
pyup-bot Oct 19, 2016
a68f284
Pin python-twitter to latest version 3.1
pyup-bot Oct 19, 2016
e7f3d26
Pin python-twitter to latest version 3.1
pyup-bot Oct 19, 2016
052938a
Update flask-login from 0.2.11 to 0.3.2
pyup-bot Oct 19, 2016
00baeee
Pin flask-script to latest version 2.0.5
pyup-bot Oct 19, 2016
cfaf6fb
Pin flask-script to latest version 2.0.5
pyup-bot Oct 19, 2016
536b429
Update facebook-sdk from 0.4.0 to 2.0.0
pyup-bot Oct 19, 2016
5504b8e
Pin pyopenssl to latest version 16.2.0
pyup-bot Oct 19, 2016
81d7eb5
Pin pyopenssl to latest version 16.2.0
pyup-bot Oct 19, 2016
246969a
Update oauth2client from 1.4.5 to 4.0.0
pyup-bot Oct 19, 2016
2d2c7e1
Pin flask-sqlalchemy to latest version 2.1
pyup-bot Oct 19, 2016
79d4e8e
Pin flask-sqlalchemy to latest version 2.1
pyup-bot Oct 19, 2016
7b1387d
Update pytz from 2014.10 to 2016.7
pyup-bot Oct 19, 2016
c7e6c1c
Update babel from 1.3 to 2.3.4
pyup-bot Oct 19, 2016
e3f07b6
Update pyasn1 from 0.1.7 to 0.1.9
pyup-bot Oct 19, 2016
9ace832
Update simplejson from 3.6.5 to 3.8.2
pyup-bot Oct 19, 2016
03dff0d
Update flask from 0.10.1 to 0.11.1
pyup-bot Oct 19, 2016
64e60d5
Update flask-mongoengine from 0.7.1 to 0.8
pyup-bot Oct 19, 2016
80f8d82
Pin pyasn1 to latest version 0.1.9
pyup-bot Oct 19, 2016
645cad4
Pin pyasn1 to latest version 0.1.9
pyup-bot Oct 19, 2016
ea89b52
Update oauth2 from 1.5.211 to 1.9.0.post1
pyup-bot Oct 19, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions example/gae/requirements.txt
Expand Up @@ -3,12 +3,12 @@ Flask>=0.10.1
Flask-Babel>=0.9
Flask-Security>=1.7.5
Flask-Mail>=0.9.1
Flask-Script
Flask-SQLAlchemy
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
facebook-sdk>=0.4.0
google-api-python-client>=1.2
python-twitter
PyOpenSSL
ndg-httpsclient
pyasn1
python-twitter==3.1
PyOpenSSL==16.2.0
ndg-httpsclient==0.4.2
pyasn1==0.1.9

64 changes: 32 additions & 32 deletions example/mongodb/requirements.txt
@@ -1,39 +1,39 @@
Babel==1.3
blinker==1.3
facebook-sdk==0.4.0
Flask==0.10.1
Flask-Admin==1.0.9
Flask-Babel==0.9
Flask-BabelEx==0.9.2
Flask-Login==0.2.11
Babel==2.3.4
blinker==1.4
facebook-sdk==2.0.0
Flask==0.11.1
Flask-Admin==1.4.2
Flask-Babel==0.11.1
Flask-BabelEx==0.9.3
Flask-Login==0.3.2
Flask-Mail==0.9.1
flask-mongoengine==0.7.1
flask-mongoengine==0.8
Flask-OAuth==0.12
Flask-Principal==0.4.0
Flask-Script==2.0.5
Flask-Security==1.7.4
Flask-WTF==0.10.3
google-api-python-client==1.3.1
httplib2==0.9
Flask-Security==1.7.5
Flask-WTF==0.13.1
google-api-python-client==1.5.4
httplib2==0.9.2
itsdangerous==0.24
Jinja2==2.7.3
Jinja2==2.8
MarkupSafe==0.23
mongoengine==0.8.7
oauth2==1.5.211
oauth2client==1.4.5
oauthlib==0.7.2
passlib==1.6.2
pyasn1==0.1.7
pyasn1-modules==0.0.5
pymongo==2.7.2
python-twitter==2.2
pytz==2014.10
requests==2.5.1
requests-oauthlib==0.4.2
rsa==3.1.4
simplejson==3.6.5
six==1.9.0
mongoengine==0.10.6
oauth2==1.9.0.post1
oauth2client==4.0.0
oauthlib==2.0.0
passlib==1.6.5
pyasn1==0.1.9
pyasn1-modules==0.0.8
pymongo==3.3.0
python-twitter==3.1
pytz==2016.7
requests==2.11.1
requests-oauthlib==0.7.0
rsa==3.4.2
simplejson==3.8.2
six==1.10.0
speaklater==1.3
uritemplate==0.6
Werkzeug==0.9.6
WTForms==1.0.5
uritemplate==3.0.0
Werkzeug==0.11.11
WTForms==2.1
12 changes: 6 additions & 6 deletions example/sqla/requirements.txt
Expand Up @@ -3,13 +3,13 @@ Flask>=0.10.1
Flask-Babel>=0.9
Flask-Security>=1.7.5
Flask-Mail>=0.9.1
Flask-Script
Flask-SQLAlchemy
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
facebook-sdk>=0.4.0
google-api-python-client>=1.2
python-twitter
PyOpenSSL
ndg-httpsclient
pyasn1
python-twitter==3.1
PyOpenSSL==16.2.0
ndg-httpsclient==0.4.2
pyasn1==0.1.9