Skip to content

Commit

Permalink
Add setuptools to deps (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kharus committed May 6, 2024
1 parent ff6bc03 commit 726579b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
37 changes: 32 additions & 5 deletions natural4-server/poetry.lock

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

3 changes: 2 additions & 1 deletion natural4-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ readme = "README.md"
packages = [{include = "natural4_server"}]

[tool.poetry.dependencies]
python = "^3.12.0"
python = "^3.12"
setuptools = "^69.5"
orjson = "^3.9.1"
anyio = "^4.2.0"
sanic = {extras = ["ext"], version = "^23.3.0"}
Expand Down

0 comments on commit 726579b

Please sign in to comment.