File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ services:
20
20
- redis
21
21
volumes :
22
22
- ./src/app:/code/app
23
+ - ./src/.env:/code/.env
23
24
24
25
worker :
25
26
build :
@@ -33,6 +34,7 @@ services:
33
34
- redis
34
35
volumes :
35
36
- ./src/app:/code/app
37
+ - ./src/.env:/code/.env
36
38
37
39
db :
38
40
image : postgres:13
Original file line number Diff line number Diff line change @@ -10,27 +10,27 @@ packages = [{ include = "src" }]
10
10
[tool .poetry .dependencies ]
11
11
python = " ^3.11"
12
12
python-dotenv = " ^1.0.0"
13
- pydantic = { extras = [" email" ], version = " ^2.4 .1" }
13
+ pydantic = { extras = [" email" ], version = " ^2.6 .1" }
14
14
fastapi = " ^0.109.1"
15
- uvicorn = " ^0.23.2 "
16
- uvloop = " ^0.17 .0"
17
- httptools = " ^0.6.0 "
15
+ uvicorn = " ^0.27.0 "
16
+ uvloop = " ^0.19 .0"
17
+ httptools = " ^0.6.1 "
18
18
uuid = " ^1.30"
19
- alembic = " ^1.12.0 "
20
- asyncpg = " ^0.28 .0"
19
+ alembic = " ^1.13.1 "
20
+ asyncpg = " ^0.29 .0"
21
21
SQLAlchemy-Utils = " ^0.41.1"
22
22
python-jose = " ^3.3.0"
23
- SQLAlchemy = " ^2.0.21 "
23
+ SQLAlchemy = " ^2.0.25 "
24
24
pytest = " ^7.4.2"
25
- python-multipart = " ^0.0.7 "
25
+ python-multipart = " ^0.0.9 "
26
26
greenlet = " ^2.0.2"
27
- httpx = " ^0.25 .0"
27
+ httpx = " ^0.26 .0"
28
28
pydantic-settings = " ^2.0.3"
29
29
redis = " ^5.0.1"
30
30
arq = " ^0.25.0"
31
31
gunicorn = " ^21.2.0"
32
32
bcrypt = " ^4.1.1"
33
- fastcrud = " ^0.4 .0"
33
+ fastcrud = " ^0.5 .0"
34
34
35
35
36
36
[build-system ]
You can’t perform that action at this time.
0 commit comments