Skip to content

Commit

Permalink
feat: move aiosqlite to custom-data group
Browse files Browse the repository at this point in the history
  • Loading branch information
qtangs committed Sep 22, 2024
1 parent d86654a commit 0a11293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/poetry.lock

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

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ plotly = "^5.18.0"
slack_bolt = "^1.18.1"
discord = "^2.3.2"
botbuilder-core = "^4.15.0"
aiosqlite = "^0.20.0"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down Expand Up @@ -113,6 +112,7 @@ ignore_missing_imports = true
optional = true

[tool.poetry.group.custom-data.dependencies]
aiosqlite = "^0.20.0"
asyncpg = "^0.29.0"
SQLAlchemy = "^2.0.28"
boto3 = "^1.34.73"
Expand Down

0 comments on commit 0a11293

Please sign in to comment.