From 5116a2cac32874225cd274f8f317d617fd3a48a1 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:23:56 +0100 Subject: [PATCH] tentative to add ci pipeline --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8213901..d60bc62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pytest~=7.4.1 pytest-cov~=4.1.0 httpx~=0.24.1 pydantic[email] -pymysql~=1.1.0 \ No newline at end of file +mysqlclient~=2.1.1 \ No newline at end of file -- GitLab