Skip to content
Snippets Groups Projects
Commit 2f75cf84 authored by John Greeley's avatar John Greeley Committed by Dan Michael O. Heggø
Browse files

Update dependency to work on conda

requests_oauthlib dependency name will only install from pip, requests-oauthlib works on both conda and pip
parent 55871bf8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ setup(name='mwclient', ...@@ -29,7 +29,7 @@ setup(name='mwclient',
url='https://github.com/btongminh/mwclient', url='https://github.com/btongminh/mwclient',
license='MIT', license='MIT',
packages=['mwclient'], packages=['mwclient'],
install_requires=['requests_oauthlib', 'six'], install_requires=['requests-oauthlib', 'six'],
setup_requires=pytest_runner, setup_requires=pytest_runner,
tests_require=['pytest', 'pytest-cov', 'flake8', tests_require=['pytest', 'pytest-cov', 'flake8',
'responses>=0.3.0', 'responses!=0.6.0', 'mock'], 'responses>=0.3.0', 'responses!=0.6.0', 'mock'],
......
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