Skip to content

Commit

Permalink
Add missing setuptools dependency
Browse files Browse the repository at this point in the history
Fixes Yelp#87
  • Loading branch information
carlwgeorge committed Feb 15, 2023
1 parent 10edb95 commit 6470b37
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 @@ -12,6 +12,7 @@
install_requires = [
"jsonschema",
"pyyaml",
"setuptools",
"typing-extensions",
]

Expand Down

0 comments on commit 6470b37

Please sign in to comment.