We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae6926 commit 68d0df7Copy full SHA for 68d0df7
pyproject.toml
@@ -30,7 +30,7 @@ path = "fastapi_users_db_dynamodb/config.py"
30
[tool.hatch.envs.default]
31
installer = "uv"
32
dependencies = [
33
- "aiopynamodb@git+https://github.com/AppSolves/AioPynamoDB@master#egg=aiopynamodb>=1.0.1",
+ "as-aiopynamodb>=1.0.1",
34
"pytest",
35
"pytest-asyncio",
36
"black",
@@ -90,7 +90,7 @@ classifiers = [
90
requires-python = ">=3.11"
91
92
"fastapi-users >= 14.0.0",
93
94
]
95
96
[project.urls]
0 commit comments