mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Explicitly spec click, don't rely on cligj
This commit is contained in:
parent
dfbab58a37
commit
35488539fb
2
setup.py
2
setup.py
@ -332,7 +332,7 @@ with open('README.rst') as f:
|
||||
|
||||
# Runtime requirements.
|
||||
inst_reqs = [
|
||||
'affine', 'attrs', 'cligj>=0.5', 'numpy', 'snuggs>=1.4.1', 'click-plugins']
|
||||
'affine', 'attrs', 'click>=4.0,<8', 'cligj>=0.5', 'numpy', 'snuggs>=1.4.1', 'click-plugins']
|
||||
|
||||
if sys.version_info < (3, 4):
|
||||
inst_reqs.append('enum34')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user