Import config from .env

This commit is contained in:
dylan
2025-04-12 01:49:07 +02:00
parent e9369aa230
commit f74dfbaab3
4 changed files with 8 additions and 3 deletions

View File

@ -21,4 +21,5 @@ typing-inspection==0.4.0
typing_extensions==4.13.2
urllib3==2.4.0
Werkzeug==3.1.3
Flask==3.1.0
Flask==3.1.0
python-dotenv=1.1.0