From 15baa3a913a3166ba0a0cebea26eca1c5fc00028 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Tue, 7 Jan 2025 10:03:58 +0100 Subject: [PATCH] [main] Added sqlalchemy and mysql connector to dependencies --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 12f9ce7..1ad4bf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,13 @@ greenlet==3.1.1 mypy==1.14.1 mypy-extensions==1.0.0 +mysql-connector-python==9.1.0 PySide6==6.8.1 PySide6_Addons==6.8.1 PySide6_Essentials==6.8.1 python-dotenv==1.0.1 shiboken2==5.13.2 shiboken6==6.8.1 +SQLAlchemy==2.0.36 sqlalchemy-stubs==0.4 typing_extensions==4.12.2