mediawiki-utilities / python-mwapi

Simple Python Wrapper around MediaWiki API
http://pythonhosted.org/mwapi
MIT License
31 stars 11 forks source link

Fixes https://github.com/yuvipanda/python-mwapi/issues/1 #2

Closed kracekumar closed 11 years ago

kracekumar commented 11 years ago

One more way to fix the issue is change to change https://github.com/yuvipanda/python-mwapi/blob/master/setup.py#L13 to install_requires = ["requests == 0.14.0"]

yuvipanda commented 11 years ago

Woooo, sweet! Thanks :D

Now, if only I got a pull request adding a lot of tests.... :P