Skip to content

Commit

Permalink
Refactor setup.py to add phonenumbers library for phone number valida…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
josephmancuso committed Oct 23, 2024
1 parent 48e739c commit 8f30981
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 @@ -59,6 +59,7 @@
"werkzeug>=2,<3; python_version < '3.8'",
"werkzeug>=3,<4; python_version >= '3.8'",
"watchdog>=2,<=4",
"phonenumbers>=8.12,<9",
],
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit 8f30981

Please sign in to comment.