Load .env
This commit is contained in:
parent
e532c45a92
commit
add8f1bbde
2
app.py
2
app.py
@ -14,6 +14,8 @@ import nndownload
|
|||||||
import boto3
|
import boto3
|
||||||
from botocore.client import Config as BotoConfig
|
from botocore.client import Config as BotoConfig
|
||||||
|
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
load_dotenv()
|
||||||
|
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
@ -3,4 +3,5 @@ Flask==3.1.0
|
|||||||
Requests==2.32.3
|
Requests==2.32.3
|
||||||
diskcache==5.6.3
|
diskcache==5.6.3
|
||||||
nndownload==1.19
|
nndownload==1.19
|
||||||
boto3
|
boto3
|
||||||
|
python-dotenv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user