Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Relax validators dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Oct 8, 2020
1 parent d771b18 commit c73b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def get_metadata():

# Primary requirements
install_requires = ['isodate==0.6.*', 'six==1.*,>=1.13.0']
ext_requires = ['chardet==3.*', 'validators>=0.12.0,<0.15.0']
ext_requires = ['chardet==3.*', 'validators>=0.12.0']

setup(
# Options
Expand Down

0 comments on commit c73b194

Please sign in to comment.