Skip to content

Commit

Permalink
Make celery and redis optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Jun 14, 2017
1 parent 4bea9c4 commit 628747d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'analytics': ['scipy', 'pyparsing', 'numexpr'],
'doc': ['Sphinx', 'setuptools'],
'replicas': ['paramiko', 'sshtunnel', 'tqdm'],
'celery': ['celery>=4', 'redis'],
'test': tests_require,
}
# An 'all' option, following ipython naming conventions.
Expand Down Expand Up @@ -79,8 +80,6 @@
'rasterio>=0.34',
'singledispatch',
'sqlalchemy',
'celery>=4',
'redis',
'xarray>=0.9', # >0.9 fixes most problems with `crs` attributes being lost
],
extras_require=extras_require,
Expand Down

0 comments on commit 628747d

Please sign in to comment.