Skip to content

Commit 67b9405

Browse files
committed
Specify current uvicorn and gunicorn versions
1 parent cbb3fdd commit 67b9405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name = "pypi"
66
[packages]
77
fastapi = "*"
88
fastapi-pagination = "*"
9-
uvicorn = "[standard]"
10-
gunicorn = "[standard]"
9+
uvicorn = "0.23.2"
10+
gunicorn = "21.2.0"
1111
yt_dlp = "*"
1212

1313
[dev-packages]

0 commit comments

Comments
 (0)