Skip to content

Commit 0437097

Browse files
committed
use https
1 parent 700d6f3 commit 0437097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"sqlalchemy-utils>=0.32.4",
2626
],
2727
dependency_links=[
28-
'http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.4.zip'
28+
'https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.4.zip'
2929
],
3030
extras_require={
3131
'dev': [

0 commit comments

Comments
 (0)