Update check_version() for inequality support (#4182)
This commit is contained in:
parent
038558cfab
commit
eb80ba9ce0
4 changed files with 56 additions and 45 deletions
1
setup.py
1
setup.py
|
|
@ -39,6 +39,7 @@ setup(
|
|||
install_requires=REQUIREMENTS,
|
||||
extras_require={
|
||||
'dev': [
|
||||
'ipython',
|
||||
'check-manifest',
|
||||
'pytest',
|
||||
'pytest-cov',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue