From f9b934ba1660772c0476acf70d4187012c054d37 Mon Sep 17 00:00:00 2001 From: burnout87 Date: Fri, 27 Sep 2024 15:35:08 +0200 Subject: [PATCH] not needed requirements --- requirements.txt | 2 -- setup.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f551831e..7e13b3e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,8 +29,6 @@ GitPython nbformat sentry-sdk pytest-sentry -sqlparse -queryparser-python3 -e git+https://github.com/oda-hub/oda_api.git#egg=oda_api MarkupSafe==2.0.1 diff --git a/setup.py b/setup.py index 7bed627e..7d44ff71 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,6 @@ "black>=22.10.0", "bs4", "GitPython", - "sqlparse", - "queryparser-python3", "nbformat", "giturlparse", "sentry-sdk",