Skip to content

Commit

Permalink
Celery version constraint
Browse files Browse the repository at this point in the history
also updated setup.py to include celery+redis dependency.
  • Loading branch information
Kirill888 committed May 16, 2017
1 parent 399b164 commit 5464640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/environment_py27.yaml
Expand Up @@ -15,7 +15,7 @@ dependencies:
- gdal
- dask
- xarray
- celery
- celery >= 4
- redis-py # redis client lib, used by celery
- redis # redis server
- pylint # testing
Expand Down
2 changes: 1 addition & 1 deletion .travis/environment_py35.yaml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- gdal
- dask
- xarray
- celery
- celery >= 4
- redis-py # redis client lib, used by celery
- redis # redis server
- pylint # testing
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -78,6 +78,8 @@
'singledispatch',
'sqlalchemy',
'xarray',
'celery>=4',
'redis',
],
extras_require=extras_require,
tests_require=tests_require,
Expand Down

0 comments on commit 5464640

Please sign in to comment.