Skip to content

Commit

Permalink
setup.py: Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 23, 2024
1 parent 508d3af commit 475d625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"rfc3987",
# Required for jsonschema to validate date-time
"rfc3339-validator",
"jsonpointer",
"pycountry"
],
extras_require={"dev": ["pytest", "flake8", "black==22.3.0", "isort", "mypy"]},
classifiers=[
Expand Down

0 comments on commit 475d625

Please sign in to comment.