mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
v2.19.0
* Updated HISTORY.rst. * Moved version pin for idna to allow recent 2.7 release. * Updated version warning for urllib3 to allow 1.23. * Updated metadata dunders in __version__.py. * Removed Python 2.6 trove classifier. * Removed Python 2.6 reference from README.rst.
This commit is contained in:
committed by
Nate Prewitt
parent
7e297ed95b
commit
991e8b76b7
@@ -50,7 +50,7 @@ packages = ['requests']
|
||||
|
||||
requires = [
|
||||
'chardet>=3.0.2,<3.1.0',
|
||||
'idna>=2.5,<2.7',
|
||||
'idna>=2.5,<2.8',
|
||||
'urllib3>=1.21.1,<1.24',
|
||||
'certifi>=2017.4.17'
|
||||
|
||||
@@ -90,7 +90,6 @@ setup(
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
|
||||
Reference in New Issue
Block a user