add munkres to requirements.txt to test varLib.interpolatable
This commit is contained in:
parent
2212acc019
commit
cc08ab1050
@ -1,2 +1,5 @@
|
|||||||
brotli==0.5.2
|
brotli==0.5.2
|
||||||
unicodedata2==9.0.0.post4; python_version < '3.6' and platform_python_implementation != "PyPy"
|
unicodedata2==9.0.0.post4; python_version < '3.6' and platform_python_implementation != "PyPy"
|
||||||
|
# TODO(anthrotype): update munkres to 1.0.9 once available:
|
||||||
|
# https://github.com/bmc/munkres/issues/21
|
||||||
|
munkres==1.0.8
|
||||||
|
1
setup.py
1
setup.py
@ -326,7 +326,6 @@ setup(
|
|||||||
setup_requires=pytest_runner + wheel + bumpversion,
|
setup_requires=pytest_runner + wheel + bumpversion,
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest>=3.0',
|
'pytest>=3.0',
|
||||||
'munkres',
|
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
@ -1 +0,0 @@
|
|||||||
munkres
|
|
Loading…
x
Reference in New Issue
Block a user