We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e4c8f commit 99485f8Copy full SHA for 99485f8
1 file changed
pyproject.toml
@@ -21,6 +21,7 @@ dependencies = [
21
"dependency-injector>=4.0",
22
"orjson==3.*",
23
"pydantic==2.*",
24
+ "sqlalchemy[asyncio]==2.0.*",
25
"python-dotenv==1.*",
26
"retry-async==0.1.*",
27
"typing-extensions>=4.0"
@@ -47,7 +48,6 @@ dev = [
47
48
"aio-pika==9.3.0", # from rabbit
49
"aiokafka==0.10.0", # from kafka
50
"requests==2.*", # from aiokafka
- "sqlalchemy[asyncio]==2.0.*", # from sqlalchemy
51
"pytest~=7.4.2",
52
"pytest-asyncio~=0.21.1",
53
"pytest-env==0.6.2",
0 commit comments