misc(repo): removed mysql-connector-python from the poetry file

This commit is contained in:
SeaswimmerTheFsh 2023-12-28 06:09:23 -05:00
parent 9736918382
commit 1323578f56
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 1 additions and 69 deletions

View file

@ -10,7 +10,6 @@ readme = "README.md"
python = ">=3.9,<3.12"
Red-DiscordBot = "^3.5.5"
pytimeparse2 = "^1.7.1"
mysql-connector-python = "^8.1.0"
humanize = "^4.8.0"
[tool.poetry.group.dev]