Remove SQLAlchemy dependency

This commit is contained in:
Dimitris Zlatanidis 2024-03-15 21:57:01 +02:00
parent 3083e3a7bd
commit 82e50198ef
3 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,9 @@
## slpkg - ChangeLog ## slpkg - ChangeLog
### 4.9.9 - 20/02/2024 ### 5.0.0 - 15/03/2024
- Updated: - Updated:
* Removing '%README%' dependencies when installing data into database * Remove SQLAlchemy dependency
* Remove help command, instead use manpage
### 4.9.8 - 14/02/2024 ### 4.9.8 - 14/02/2024
- Added: - Added:

View file

@ -36,7 +36,6 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"SQLAlchemy>=1.4.46",
"pythondialog>=3.5.3", "pythondialog>=3.5.3",
"progress>=1.6", "progress>=1.6",
] ]

View file

@ -1,4 +1,3 @@
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3 pythondialog >= 3.5.3
progress >= 1.6 progress >= 1.6
build >= 0.10.0 build >= 0.10.0