We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a6b3e commit dacf8c7Copy full SHA for dacf8c7
docker-compose.yaml
@@ -1,5 +1,3 @@
1
-version: '3.9'
2
-
3
services:
4
redis:
5
image: redis:alpine
@@ -9,4 +7,4 @@ services:
9
7
depends_on:
10
8
- redis
11
volumes:
12
- - ./coverage.xml:/fastapi_framework/coverage.xml
+ - ./coverage.xml:/fastapi_framework/coverage.xml
pyproject.toml
@@ -21,7 +21,8 @@ dependencies = [
21
"SQLAlchemy==2.0.35",
22
"pyyaml==6.0.2",
23
"toml==0.10.2",
24
- "pydantic==2.9.2"
+ "pydantic==2.9.2",
25
+ "greenlet==3.1.1"
26
]
27
28
[project.urls]
@@ -43,4 +44,4 @@ lint = [
43
44
"mypy",
45
"types-PyYAML",
46
"types-toml"
-]
47
+]
0 commit comments