|
@ -32,8 +32,8 @@ setup( |
|
|
install_requires=requirements, |
|
|
install_requires=requirements, |
|
|
extras_require=extras_require, |
|
|
extras_require=extras_require, |
|
|
test_suite='tests', |
|
|
test_suite='tests', |
|
|
setup_requires=['pytest-runner'], |
|
|
setup_requires=['pytest-runner==2.11.1'], |
|
|
tests_require=['pytest', 'pytest-benchmark==3.1.0a2'], |
|
|
tests_require=['pytest==3.1.3', 'pytest-benchmark==3.1.0a2'], |
|
|
classifiers=[ |
|
|
classifiers=[ |
|
|
'Development Status :: 4 - Beta', |
|
|
'Development Status :: 4 - Beta', |
|
|
'License :: OSI Approved :: MIT License', |
|
|
'License :: OSI Approved :: MIT License', |
|
|