Skip to content

Commit dacf8c7

Browse files
committed
add greenlet to dependecies
1 parent 30a6b3e commit dacf8c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docker-compose.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.9'
2-
31
services:
42
redis:
53
image: redis:alpine
@@ -9,4 +7,4 @@ services:
97
depends_on:
108
- redis
119
volumes:
12-
- ./coverage.xml:/fastapi_framework/coverage.xml
10+
- ./coverage.xml:/fastapi_framework/coverage.xml

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dependencies = [
2121
"SQLAlchemy==2.0.35",
2222
"pyyaml==6.0.2",
2323
"toml==0.10.2",
24-
"pydantic==2.9.2"
24+
"pydantic==2.9.2",
25+
"greenlet==3.1.1"
2526
]
2627

2728
[project.urls]
@@ -43,4 +44,4 @@ lint = [
4344
"mypy",
4445
"types-PyYAML",
4546
"types-toml"
46-
]
47+
]

0 commit comments

Comments
 (0)