mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Removed python-dateutil dependency
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8424d25463
commit
f39375d09f
4 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
4.2.7 - 05/11/2022
|
||||
Added:
|
||||
- python3-dateutil dependency to fix check ChangeLogs dates
|
||||
Fixed:
|
||||
- Switch to check ChangeLogs.txt files by size
|
||||
|
||||
4.2.6 - 03/11/2022
|
||||
Fixed:
|
||||
|
|
|
@ -22,7 +22,6 @@ Requirements
|
|||
|
||||
SQLAlchemy>=1.4.36
|
||||
PyYAML>=6.0
|
||||
python-dateutil>=2.8.2
|
||||
|
||||
Install
|
||||
-------
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
SQLAlchemy>=1.4.36
|
||||
PyYAML>=6.0
|
||||
python-dateutil>=2.8.2
|
||||
|
|
|
@ -40,7 +40,6 @@ python_requires = >=3.7
|
|||
install_requires =
|
||||
SQLAlchemy >= 1.4.36
|
||||
PyYAML >= 6.0
|
||||
python-dateutil >= 2.8.2
|
||||
include_package_data = True
|
||||
|
||||
[options.packages.find]
|
||||
|
|
Loading…
Reference in a new issue