Skip to content

Commit f689ddf

Browse files
committed
fixed failing tests
1 parent 7518d69 commit f689ddf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ dependencies = [
3737
"alembic >= 1.10.0"
3838
]
3939

40+
[project.optional-dependencies]
41+
async = [
42+
"sqlalchemy[async] >= 2.0.23"
43+
]
44+
4045
[project.urls]
4146
Documentation = "https://github.com/python-ellar/ellar-sql"
4247
Source = "https://github.com/python-ellar/ellar-sql"

requirements-tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ anyio[trio] >= 3.2.1
33
autoflake
44
ellar-cli >= 0.3.7
55
factory-boy >= 3.3.0
6+
httpx
67
mypy == 1.8.0
78
pytest >= 7.1.3,< 9.0.0
89
pytest-asyncio

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e .
1+
-e .[async]
22
-r requirements-docs.txt
33
-r requirements-tests.txt
44

0 commit comments

Comments
 (0)