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 7518d69 commit f689ddfCopy full SHA for f689ddf
pyproject.toml
@@ -37,6 +37,11 @@ dependencies = [
37
"alembic >= 1.10.0"
38
]
39
40
+[project.optional-dependencies]
41
+async = [
42
+ "sqlalchemy[async] >= 2.0.23"
43
+]
44
+
45
[project.urls]
46
Documentation = "https://github.com/python-ellar/ellar-sql"
47
Source = "https://github.com/python-ellar/ellar-sql"
requirements-tests.txt
@@ -3,6 +3,7 @@ anyio[trio] >= 3.2.1
3
autoflake
4
ellar-cli >= 0.3.7
5
factory-boy >= 3.3.0
6
+httpx
7
mypy == 1.8.0
8
pytest >= 7.1.3,< 9.0.0
9
pytest-asyncio
requirements.txt
@@ -1,4 +1,4 @@
1
--e .
+-e .[async]
2
-r requirements-docs.txt
-r requirements-tests.txt
0 commit comments