mirror of https://github.com/jab/bidict.git
upgrade to latest flake8, pydocstyle, pytest-cov, and sphinx dependencies
This commit is contained in:
parent
2e8ccc2eec
commit
c923b297c3
8
setup.py
8
setup.py
|
@ -19,15 +19,15 @@ except Exception as e:
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
'coverage==4.2',
|
'coverage==4.2',
|
||||||
'flake8==2.5.4',
|
'flake8==3.2.0',
|
||||||
'hypothesis==3.6.0',
|
'hypothesis==3.6.0',
|
||||||
'hypothesis-pytest==0.19.0',
|
'hypothesis-pytest==0.19.0',
|
||||||
'py==1.4.31',
|
'py==1.4.31',
|
||||||
'pydocstyle==1.0.0',
|
'pydocstyle==1.1.1',
|
||||||
'pytest==3.0.4',
|
'pytest==3.0.4',
|
||||||
'pytest-benchmark==3.0.0',
|
'pytest-benchmark==3.0.0',
|
||||||
'pytest-cov==2.2.1',
|
'pytest-cov==2.4.0',
|
||||||
'Sphinx==1.4.4',
|
'Sphinx==1.4.8',
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue