forked from extern/httpie-cli
Update readthedocs links.
This commit is contained in:
parent
01a546eedd
commit
9fbe745987
@ -14,7 +14,7 @@ from httpie.plugins import plugin_manager
|
|||||||
from httpie.utils import repr_dict_nice
|
from httpie.utils import repr_dict_nice
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# https://urllib3.readthedocs.org/en/latest/security.html
|
# https://urllib3.readthedocs.io/en/latest/security.html
|
||||||
urllib3.disable_warnings()
|
urllib3.disable_warnings()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
# In some rare cases, the user may have an old version of the requests
|
# In some rare cases, the user may have an old version of the requests
|
||||||
|
2
setup.py
2
setup.py
@ -56,7 +56,7 @@ if 'bdist_wheel' not in sys.argv:
|
|||||||
|
|
||||||
# bdist_wheel
|
# bdist_wheel
|
||||||
extras_require = {
|
extras_require = {
|
||||||
# http://wheel.readthedocs.org/en/latest/#defining-conditional-dependencies
|
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
|
||||||
':python_version == "2.6"'
|
':python_version == "2.6"'
|
||||||
' or python_version == "3.0"'
|
' or python_version == "3.0"'
|
||||||
' or python_version == "3.1" ': ['argparse>=1.2.1'],
|
' or python_version == "3.1" ': ['argparse>=1.2.1'],
|
||||||
|
Loading…
Reference in New Issue
Block a user