Skip to content

Commit

Permalink
Merge pull request #122 from binary-butterfly/remove-dateutil-dependency
Browse files Browse the repository at this point in the history
Move python-dateutil to testing requirements
  • Loading branch information
binaryDiv authored May 6, 2024
2 parents 6fa48d5 + b8a52bd commit e98fd8d
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 e98fd8d

Please sign in to comment.