summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to chardet 4.xDan Blanchard2020-12-111-1/+1
* v2.25.0v2.25.0Nate Prewitt2020-11-111-2/+3
* Remove reading HISTORY.md in setup.pyAe-Mc2020-09-291-2/+0
* Limit dependencies to major instead of minor (#5342)Chris Withers2020-02-181-3/+3
* Change documentation website to requests.readthedocs.io (#5236)Sorin Sbarnea2019-10-241-1/+1
* updating project urlNate Prewitt2019-09-191-1/+1
* Update setup.pyKenneth Reitz2019-08-201-0/+1
* Merge pull request #4999 from greysteil/add-project-urlsKenneth Reitz2019-08-201-0/+4
|\
| * Add project URLs with links to source code and docsGrey Baker2019-02-231-0/+4
* | Support pytest 4Miro HronĨok2019-05-241-1/+1
* | v2.22.0v2.22.0urllib1.25Nate Prewitt2019-05-151-1/+1
* | drop 3.4 supportNate Prewitt2019-05-151-2/+1
|/
* Bumped maximum version of idnaAlex Gaynor2018-12-091-1/+1
* v2.20.0v2.20.02.20.0Nate Prewitt2018-10-171-1/+1
* remove final remnants from 2.6Nate Prewitt2018-10-171-9/+3
* Update setup.pyKenneth Reitz2018-09-171-4/+4
* Tuple test_requirements was too long, PEP8juozasget2018-09-151-1/+8
* represent classifiers as list instead of tupleNate Prewitt2018-08-061-3/+2
* Add official Python 3.7 support (#4717)Eric Brown2018-07-241-0/+1
* v2.19.0v2.19.0Nate Prewitt2018-06-121-2/+1
* port pyopenssl fix from urllib3Nate Prewitt2018-06-101-1/+7
* Allow urllib3 1.23Michael2018-06-051-1/+1
* README is in ReSTPradyun Gedam2018-05-071-1/+1
* Add long_description_content_type to setup.pyPradyun Gedam2018-05-041-0/+1
* Pass python_requires argument to setuptoolsJon Dufresne2018-01-121-0/+1
* Add missing trove classifier to document Python2 supportJon Dufresne2017-10-151-1/+1
* Update setup.pyKenneth Reitz2017-08-281-0/+1
* Drop Python 3.3 supportCory Benfield2017-08-091-1/+0
* Allow IDNA 2.6Cory Benfield2017-08-081-1/+1
* Allow urllib3 1.22Cory Benfield2017-07-201-1/+1
* Catch error if multiprocessing is not available or is unable to determine the...Jacob Mansfield2017-05-301-2/+5
* number of cores for travisKenneth Reitz2017-05-281-1/+2
* setup.py improvementsKenneth Reitz2017-05-271-1/+1
* see if that fixes thingsKenneth Reitz2017-05-271-1/+1
* xdistKenneth Reitz2017-05-271-1/+1
* socks needed for testsKenneth Reitz2017-05-271-1/+1
* cleanup version.pyKenneth Reitz2017-05-271-1/+1
* vastly simpify making packages available for backwards compatibilityKenneth Reitz2017-05-271-14/+1
* fix setup.pyKenneth Reitz2017-05-271-3/+3
* restore packages to setup.pyKenneth Reitz2017-05-271-1/+14
* require certifiKenneth Reitz2017-05-261-1/+2
* add install_requiresKenneth Reitz2017-05-261-15/+7
* fix setup.pyv2.16.3v2.15.0Kenneth Reitz2017-05-261-1/+2
* __version__.pyKenneth Reitz2017-05-251-1/+1
* Avoid breaking people using requests.__version__Ian Cordasco2017-05-251-1/+1
* take a page out of @sigmavirus42's bookKenneth Reitz2017-05-251-6/+6
* better ''Kenneth Reitz2017-05-251-1/+1
* __version__.pyKenneth Reitz2017-05-251-8/+6
* Turns out @kennethreitz suprise-broke the CICory Benfield2017-05-241-1/+1
* Remove range operators from markersCory Benfield2017-05-101-1/+1