Skip to content

Commit

Permalink
Closes #508 : do not include uWsgi as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Apr 20, 2018
1 parent 1735496 commit 8565bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ flask>=0.10.1,<=0.12
werkzeug<=0.11.15
# Set Eve as minimum 0.7.8 because 0.7.7 breaks the Travis build
Eve>=0.7.8
uwsgi

# uWSGI server - a recommended Web server to run the application in a production environment
# uwsgi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
install_requires=[
'python-dateutil>=2.4.2', 'flask-bootstrap', 'docopt', 'jsonschema',
'eve-swagger', 'configparser', 'future', 'influxdb', 'flask-apscheduler',
'werkzeug<=0.11.15', 'flask>=0.10.1,<=0.12', 'Eve>=0.7.8', 'uwsgi', 'statsd'
'werkzeug<=0.11.15', 'flask>=0.10.1,<=0.12', 'Eve>=0.7.8', 'statsd'
],

# Entry points (if some) ...
Expand Down

0 comments on commit 8565bf8

Please sign in to comment.