Skip to content

Commit 06fbd12

Browse files
delete requirements of mysql
1 parent 4476010 commit 06fbd12

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
sphinx
33
sphinx_rtd_theme
44

5-
# for tests
6-
pymysql
7-
85
# for release
96
wheel

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@
3535
'Programming Language :: Python :: 3.9',
3636
],
3737
install_requires=[
38-
"mysql-connector-python",
3938
],
4039
)

0 commit comments

Comments
 (0)