future==0.16.0
docopt==0.6.2
jsonschema==2.6.0
jsmin==2.2.2
configparser==3.5.0

# Force six version because influxdb requires this!
# six==1.11.0
influxdb

statsd

# Set Eve as 0.7.9 because >=0.8.0 is not yet compatible
Eve==0.7.9
eve-swagger

# Eve 0.7.9 requirements:
# cerberus>=0.9.2,<0.10
# events>=0.2.1,<0.3
# simplejson>=3.3.0,<4.0
# werkzeug>=0.9.4,<=0.11.15
# markupsafe>=0.23,<1.0
# jinja2>=2.8,<3.0
# itsdangerous>=0.24,<1.0
# flask>=0.10.1,<=0.12
# pymongo>=3.4
# flask-pymongo>=0.4

# Force Flask version flask>=0.10.1,<=0.12 because Eve recent version requires this!
# flask>=0.10.1,<=0.12
# Force Werkzeug version because Eve requires this!
# werkzeug<=0.11.15

# Flask extensions
flask-bootstrap==3.3.7.1
flask-apscheduler==1.8.0
# Force python-dateutil version because flask-apscheduler requires this version !
# python-dateutil>=2.4.2

# uWSGI server - a recommended Web server to run the application in a production environment
# uncomment this to install from the Python repository if not installed by the server packaging
# uwsgi==0.2.16
