Skip to content
Snippets Groups Projects
Commit e37bf201 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Trying to remove funcsigs to fix #120

parent c8995679
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ setup(name='mwclient', ...@@ -57,7 +57,7 @@ setup(name='mwclient',
license='MIT', license='MIT',
packages=['mwclient'], packages=['mwclient'],
cmdclass={'test': PyTest}, cmdclass={'test': PyTest},
tests_require=['pytest-pep8', 'pytest-cache', 'pytest', 'pytest-cov', 'funcsigs', 'responses>=0.3.0', 'mock'], tests_require=['pytest-pep8', 'pytest-cache', 'pytest', 'pytest-cov', 'responses>=0.3.0', 'mock'],
install_requires=requirements, install_requires=requirements,
zip_safe=True zip_safe=True
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment