fix pytz
This commit is contained in:
parent
8ff8e0d7ff
commit
5dfcc2063c
4
.env
4
.env
|
|
@ -6,6 +6,4 @@ DB_PASSWORD=
|
||||||
DB_NAME=deteksi_pmk
|
DB_NAME=deteksi_pmk
|
||||||
|
|
||||||
# Flask Configuration
|
# Flask Configuration
|
||||||
FLASK_SECRET=deteksi-pmk-secret-key-2026
|
FLASK_SECRET=deteksi-pmk-secret-key-2026
|
||||||
|
|
||||||
pytz
|
|
||||||
|
|
@ -10,4 +10,5 @@ Flask>=2.3.3
|
||||||
SQLAlchemy>=2.0.0
|
SQLAlchemy>=2.0.0
|
||||||
PyMySQL>=1.1.0
|
PyMySQL>=1.1.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
gunicorn>=21.2.0
|
gunicorn>=21.2.0
|
||||||
|
pytz>=2024.1
|
||||||
Loading…
Reference in New Issue