Skip to content

Commit

Permalink
Add exceptiongroup to deps for older versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 7, 2024
1 parent b3a116d commit 5b03903
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ setuptools-scm = "*"
sphinx = "*"
myst-parser = "*"
sphinx-palewire-theme = "*"
exceptiongroup = "*"

[packages]
fiona = "*"
Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def local_version(version):
url="http://www.github.com/datadesk/nws-wwa",
license="MIT",
packages=("nws_wwa",),
install_requires=["requests", "fiona", "geojson", "click"],
install_requires=["requests", "fiona", "geojson", "click", "exceptiongroup"],
entry_points="""
[console_scripts]
nwswwa=nws_wwa.cli:cmd
Expand Down

0 comments on commit 5b03903

Please sign in to comment.