Update links to HTTPS

This commit is contained in:
Jakub Roztocil
2019-08-30 10:07:01 +02:00
parent 2579827418
commit 63df735fef
10 changed files with 21 additions and 21 deletions

View File

@ -57,7 +57,7 @@ if 'bdist_wheel' not in sys.argv:
# bdist_wheel
extras_require = {
# http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
# https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
'python_version == "3.0" or python_version == "3.1"': ['argparse>=1.2.1'],
':sys_platform == "win32"': ['colorama>=0.2.4'],
}