Skip to content

Commit 35d7e7b

Browse files
authored
Merge pull request #970 from mbtamuli/replace_outdated_package
Replace pymysql3 with PyMySQL package
2 parents 7d50cf2 + 21f56da commit 35d7e7b

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
@@ -83,7 +83,7 @@
8383
'pystache',
8484
'python-apt',
8585
'pynginxconfig',
86-
'pymysql3 == 0.4',
86+
'PyMySQL == 0.8.0',
8787
'psutil == 3.1.1',
8888
'sh',
8989
'sqlalchemy',

0 commit comments

Comments
 (0)