Skip to content

Commit

Permalink
Move python-dateutil to testing requirements
Browse files Browse the repository at this point in the history
This library is only used in the unit tests, validataclass itself does not depend on it.
  • Loading branch information
binaryDiv committed May 6, 2024
1 parent 6fa48d5 commit b8a52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ packages = find:
python_requires = >=3.8
install_requires =
typing-extensions ~= 4.3
python-dateutil

[options.packages.find]
where = src
Expand All @@ -46,4 +45,5 @@ testing =
coverage-conditional-plugin ~= 0.5
flake8 ~= 7.0
mypy ~= 1.9
python-dateutil
types-python-dateutil

0 comments on commit b8a52bd

Please sign in to comment.