Updated requires

This commit is contained in:
Dimitris Zlatanidis 2023-03-15 17:08:48 +02:00
parent ad6ea5c35f
commit c03978c0b1
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Requirements
.. code-block:: bash
SQLAlchemy >= 1.4.36
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3
progress >= 1.6

View file

@ -38,7 +38,7 @@ packages =
slpkg.views
python_requires = >=3.7
install_requires =
SQLAlchemy >= 1.4.36
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3
progress >= 1.6
include_package_data = True