We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b3f94 commit 35ec014Copy full SHA for 35ec014
3 files changed
project/app/config.py
@@ -1,3 +1,6 @@
1
+# project/app/config.py
2
+
3
4
import logging
5
import os
6
from functools import lru_cache
project/app/main.py
+# project/app/main.py
from fastapi import FastAPI
project/requirements.txt
@@ -1,7 +1,8 @@
-asyncpg==0.21.0
-fastapi==0.62.0
+asyncpg==0.22.0
+fastapi==0.63.0
gunicorn==20.0.4
newspaper3k==0.2.8
-requests==2.25.0
-tortoise-orm==0.16.18
7
-uvicorn==0.13.1
+requests==2.25.1
+tortoise-orm==0.16.21
8
+uvicorn==0.13.4
0 commit comments