mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated requires
This commit is contained in:
parent
c0400c9fa7
commit
2cba421284
4 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
4.4.5 - 03/01/2023
|
||||
Added:
|
||||
- New modern view mode style
|
||||
- Progress bar
|
||||
Updated:
|
||||
- Fixed md5sum comparison
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ Requirements
|
|||
|
||||
SQLAlchemy >= 1.4.36
|
||||
pythondialog >= 3.5.3
|
||||
progress > = 1.6
|
||||
toml >= 0.10.2
|
||||
|
||||
Install
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SQLAlchemy>=1.4.36
|
||||
pythondialog>=3.5.3
|
||||
toml>=0.10.2
|
||||
SQLAlchemy >= 1.4.46
|
||||
pythondialog >= 3.5.3
|
||||
progress >= 1.6
|
||||
toml >= 0.10.2
|
|
@ -40,6 +40,7 @@ python_requires = >=3.7
|
|||
install_requires =
|
||||
SQLAlchemy >= 1.4.36
|
||||
pythondialog >= 3.5.3
|
||||
progress >= 1.6
|
||||
toml >= 0.10.2
|
||||
include_package_data = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue