mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Remove SQLAlchemy dependency
This commit is contained in:
parent
3083e3a7bd
commit
82e50198ef
3 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -36,7 +36,6 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"SQLAlchemy>=1.4.46",
|
||||
"pythondialog>=3.5.3",
|
||||
"progress>=1.6",
|
||||
]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
SQLAlchemy >= 1.4.46
|
||||
pythondialog >= 3.5.3
|
||||
progress >= 1.6
|
||||
build >= 0.10.0
|
||||
|
|
Loading…
Reference in a new issue