Skip to content

Commit

Permalink
Update requirements: flask-apscheduler updated its requirements, so u…
Browse files Browse the repository at this point in the history
…pdate accordingly...
  • Loading branch information
mohierf committed Apr 5, 2017
1 parent e5529e0 commit 84d99e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
# Force python-dateutil version because flask-apscheduler requires this version !
python-dateutil==2.4.2
python-dateutil>=2.4.2
Eve>=0.5
docopt
jsonschema
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -56,7 +56,7 @@

# Dependencies (if some) ...
install_requires=[
'python-dateutil==2.4.2', 'Eve>=0.5', 'flask-bootstrap', 'docopt', 'jsonschema',
'python-dateutil>=2.4.2', 'Eve>=0.5', 'flask-bootstrap', 'docopt', 'jsonschema',
'eve-swagger', 'configparser', 'future', 'influxdb', 'flask-apscheduler',
'uwsgi', 'statsd'
],
Expand Down

0 comments on commit 84d99e5

Please sign in to comment.