Skip to content

Commit

Permalink
fix: Add runtime dependency on setuptools
Browse files Browse the repository at this point in the history
pystan imports `pkg_resources` (provided by `setuptools`).
  • Loading branch information
asottile authored and riddell-stan committed Oct 20, 2021
1 parent 50670e4 commit 100604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ httpstan = "~4.6"
pysimdjson = "^3.2"
numpy = "^1.7"
clikit = "^0.6"
setuptools = "*"

[tool.poetry.dev-dependencies]
pytest = "^5.4"
Expand Down

0 comments on commit 100604a

Please sign in to comment.