Skip to content

Commit

Permalink
build: add unasync + pytest_asyncio deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 6, 2025
1 parent c9b37b6 commit 9169255
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ CMD ["bash"]



FROM runtime as dist
FROM runtime AS dist
# Bundle the built wheel for distribution
COPY --from=build-wheel \
"/build/dist/*-py3-none-any.whl" /build/
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ classifiers = [
]
dependencies = [
"psycopg>=3.1",
"unasync>=0.6.0",
]

[dependency-groups]
test = [
"pytest>=8.3.4",
"pytest-asyncio>=0.25.3",
]
docs = [
"mkdocs>=1.6.1",
Expand Down
55 changes: 53 additions & 2 deletions uv.lock

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

0 comments on commit 9169255

Please sign in to comment.