Skip to content

Commit 35ec014

Browse files
committed
init
1 parent 32b3f94 commit 35ec014

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

project/app/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# project/app/config.py
2+
3+
14
import logging
25
import os
36
from functools import lru_cache

project/app/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# project/app/main.py
2+
3+
14
import logging
25

36
from fastapi import FastAPI

project/requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
asyncpg==0.21.0
2-
fastapi==0.62.0
1+
2+
asyncpg==0.22.0
3+
fastapi==0.63.0
34
gunicorn==20.0.4
45
newspaper3k==0.2.8
5-
requests==2.25.0
6-
tortoise-orm==0.16.18
7-
uvicorn==0.13.1
6+
requests==2.25.1
7+
tortoise-orm==0.16.21
8+
uvicorn==0.13.4

0 commit comments

Comments
 (0)