Skip to content

Commit

Permalink
build(deps): add 'validators' to install_requires (canonical#4898)
Browse files Browse the repository at this point in the history
`validators` was added in canonical#4888 to the requirement files but 
not to `setup.py`

Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Jul 8, 2024
1 parent d9c8781 commit 1d17810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def recursive_data_files(directory, install_directory):
"tinydb",
"typing-extensions",
"urllib3<2", # requests-unixsocket does not yet work with urllib3 v2.0+
"validators>=0.28.3",
]

docs_requires = {
Expand Down

0 comments on commit 1d17810

Please sign in to comment.