diff --git a/ChangeLog.txt b/ChangeLog.txt index 42292cc7..33e3feb3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ 4.4.5 - 03/01/2023 Added: - New modern view mode style +- Progress bar Updated: - Fixed md5sum comparison diff --git a/README.rst b/README.rst index 5dc65ff2..04d1b1af 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,7 @@ Requirements SQLAlchemy >= 1.4.36 pythondialog >= 3.5.3 + progress > = 1.6 toml >= 0.10.2 Install diff --git a/requirements.txt b/requirements.txt index f9280475..6ee3d74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -SQLAlchemy>=1.4.36 -pythondialog>=3.5.3 -toml>=0.10.2 \ No newline at end of file +SQLAlchemy >= 1.4.46 +pythondialog >= 3.5.3 +progress >= 1.6 +toml >= 0.10.2 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5aeacf0d..f3785932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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