Updated Eve to 0.6.3

This also updates Cerberus to 0.9.2 and simplejson to 3.8.2.

I've also changed the way we get to the application object, by replacing
   from application import app
with
   from flask import current_app
This commit is contained in:
2016-04-25 15:21:17 +02:00
parent a6258f5193
commit 5116b74d1d
16 changed files with 126 additions and 91 deletions

View File

@@ -1,8 +1,9 @@
# Primary requirements
algoliasearch==1.8.0
blinker==1.4
bugsnag==2.3.1
Cerberus==0.9.1
Eve==0.5.3
Cerberus==0.9.2
Eve==0.6.3
Events==0.2.1
Flask-Script==2.0.5
flup==1.0.2
@@ -18,11 +19,37 @@ pycrypto==2.6.1
pyOpenSSL==0.15.1
requests==2.9.1
rsa==3.3
simplejson==3.8.1
simplejson==3.8.2
WebOb==1.5.0
wheel==0.24.0
zencoder==0.6.5
# development requirements
# Development requirements
pytest==2.9.1
responses==0.5.1
# Secondary requirements
Flask==0.10.1
Flask-PyMongo==0.4.1
Jinja2==2.8
Werkzeug==0.11.3
argparse==1.2.1
cffi==1.6.0
cookies==2.2.1
cryptography==1.3.1
enum34==1.1.3
funcsigs==1.0.1
googleapis-common-protos==1.1.0
ipaddress==1.0.16
itsdangerous==0.24
mock==2.0.0
oauth2client==2.0.2
pbr==1.9.1
protobuf==3.0.0b2.post2
protorpc==0.11.1
py==1.4.31
pyasn1==0.1.9
pyasn1-modules==0.0.8
pymongo==3.2.2
six==1.10.0
wsgiref==0.1.2