mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated requires
This commit is contained in:
parent
ad6ea5c35f
commit
c03978c0b1
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Requirements
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
SQLAlchemy >= 1.4.36
|
SQLAlchemy >= 1.4.46
|
||||||
pythondialog >= 3.5.3
|
pythondialog >= 3.5.3
|
||||||
progress >= 1.6
|
progress >= 1.6
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ packages =
|
||||||
slpkg.views
|
slpkg.views
|
||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
SQLAlchemy >= 1.4.36
|
SQLAlchemy >= 1.4.46
|
||||||
pythondialog >= 3.5.3
|
pythondialog >= 3.5.3
|
||||||
progress >= 1.6
|
progress >= 1.6
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
|
|
Loading…
Reference in a new issue