Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix: remove mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Dec 25, 2023
1 parent 98c0e54 commit f42154c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
environs==9.5.0
mysql_connector_repackaged==0.3.1
pytz==2022.5
requests==2.28.1
setuptools==62.3.2
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def read_version():
python_requires=">=3.4, <4",
install_requires=[
"pytz",
"mysql.connector",
"environs",
"requests",
"databend-driver>=0.11.3",
Expand Down

0 comments on commit f42154c

Please sign in to comment.