Compare commits

..

No commits in common. "cdbfaeb0135667bf24c13170fc387c11c28d5dfe" and "46ef6b3938dde8f471f0fa147589f963b099bebc" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"termcolor>=2.2.0",
"watchdog>=3.0.0",
"wheel>=0.40.0",
"mysql-connector-python>=8.1.0"
"mysql-connector-python==8.1.0"
],
"DevDependencies": [
"Sphinx==5.0.2",

View File

@ -17,11 +17,11 @@
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2023.10.0",
"discord.py>=2.3.2",
"discord.py>=2.3.0",
"cpl-query>=2023.10.0"
],
"DevDependencies": [
"cpl-cli>=2023.10.0"
"cpl-cli>=2023.4.0.post3"
],
"PythonVersion": ">=3.10",
"PythonPath": {},