From 82e50198ef17cfcacd0665f53d2a5593ebb3b1f3 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 15 Mar 2024 21:57:01 +0200 Subject: [PATCH] Remove SQLAlchemy dependency --- ChangeLog.txt | 5 +++-- pyproject.toml | 1 - requirements.txt | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3e710032..fbbeda04 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,8 +1,9 @@ ## slpkg - ChangeLog -### 4.9.9 - 20/02/2024 +### 5.0.0 - 15/03/2024 - Updated: - * Removing '%README%' dependencies when installing data into database + * Remove SQLAlchemy dependency + * Remove help command, instead use manpage ### 4.9.8 - 14/02/2024 - Added: diff --git a/pyproject.toml b/pyproject.toml index 5a2cdbe2..b220645e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ classifiers = [ ] dependencies = [ - "SQLAlchemy>=1.4.46", "pythondialog>=3.5.3", "progress>=1.6", ] diff --git a/requirements.txt b/requirements.txt index 5b1df81f..74b34cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -SQLAlchemy >= 1.4.46 pythondialog >= 3.5.3 progress >= 1.6 build >= 0.10.0