Skip to content

Commit

Permalink
build: remove validators dependency
Browse files Browse the repository at this point in the history
`validators` package was not used anywhere. Remove the dependency.
  • Loading branch information
jpvanhal committed Aug 7, 2023
1 parent 2056fcd commit 28f129b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Unreleased

- **BREAKING CHANGE**: Drop support for Python 3.6 and 3.7
- **BREAKING CHANGE**: Drop support for SQLAlchemy 1.3
- Remove ``validators`` dependency

1.4.1 (2021-06-15)
^^^^^^^^^^^^^^^^^^
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def get_version():
install_requires=[
'SQLAlchemy>=1.4,<1.5',
'SQLAlchemy-Utils>=0.37.5',
'validators>=0.3.0',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 28f129b

Please sign in to comment.