Removed python-dateutil dependency

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-11-06 18:16:12 +02:00
parent 8424d25463
commit f39375d09f
4 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
4.2.7 - 05/11/2022 4.2.7 - 05/11/2022
Added: Fixed:
- python3-dateutil dependency to fix check ChangeLogs dates - Switch to check ChangeLogs.txt files by size
4.2.6 - 03/11/2022 4.2.6 - 03/11/2022
Fixed: Fixed:

View file

@ -22,7 +22,6 @@ Requirements
SQLAlchemy>=1.4.36 SQLAlchemy>=1.4.36
PyYAML>=6.0 PyYAML>=6.0
python-dateutil>=2.8.2
Install Install
------- -------

View file

@ -1,3 +1,2 @@
SQLAlchemy>=1.4.36 SQLAlchemy>=1.4.36
PyYAML>=6.0 PyYAML>=6.0
python-dateutil>=2.8.2

View file

@ -40,7 +40,6 @@ python_requires = >=3.7
install_requires = install_requires =
SQLAlchemy >= 1.4.36 SQLAlchemy >= 1.4.36
PyYAML >= 6.0 PyYAML >= 6.0
python-dateutil >= 2.8.2
include_package_data = True include_package_data = True
[options.packages.find] [options.packages.find]