Skip to content

Commit

Permalink
Add aiosqlite to test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FinemechanicPub committed Aug 24, 2024
1 parent 7fe13de commit 3be6100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/poetry.lock

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

1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ black = "^24.8.0"
pytest = "^8.3.2"
httpx = "^0.27.0"
pytest-asyncio = "^0.24.0"
aiosqlite = "^0.20.0"

[build-system]
requires = ["poetry-core"]
Expand Down
1 change: 1 addition & 0 deletions backend/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aiosqlite==0.20.0 ; python_version >= "3.10" and python_version < "4.0"
alembic==1.13.2 ; python_version >= "3.10" and python_version < "4.0"
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
anyio==4.4.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 3be6100

Please sign in to comment.