Updated requires

This commit is contained in:
Dimitris Zlatanidis 2023-01-05 17:02:22 +02:00
parent c0400c9fa7
commit 2cba421284
4 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,7 @@
4.4.5 - 03/01/2023
Added:
- New modern view mode style
- Progress bar
Updated:
- Fixed md5sum comparison

View file

@ -22,6 +22,7 @@ Requirements
SQLAlchemy >= 1.4.36
pythondialog >= 3.5.3
progress > = 1.6
toml >= 0.10.2
Install

View file

@ -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

View file

@ -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