Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move python-dateutil to testing requirements #122

Merged
merged 1 commit into from
May 6, 2024

Conversation

binaryDiv
Copy link
Contributor

The dateutil library is currently required by validataclass. However, it's only used in the unit tests, the library itself shouldn't depend on it.

This PR moves python-dateutil from install requirements to testing requirements.

This library is only used in the unit tests, validataclass itself does not depend on it.
@binaryDiv binaryDiv added the refactoring Code refactoring, clean up and other code maintenance work. label May 6, 2024
@binaryDiv binaryDiv self-assigned this May 6, 2024
@binaryDiv binaryDiv merged commit e98fd8d into main May 6, 2024
7 checks passed
@binaryDiv binaryDiv deleted the remove-dateutil-dependency branch May 6, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring, clean up and other code maintenance work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant