fix pytz
This commit is contained in:
parent
8ff8e0d7ff
commit
5dfcc2063c
2
.env
2
.env
|
|
@ -7,5 +7,3 @@ DB_NAME=deteksi_pmk
|
||||||
|
|
||||||
# Flask Configuration
|
# Flask Configuration
|
||||||
FLASK_SECRET=deteksi-pmk-secret-key-2026
|
FLASK_SECRET=deteksi-pmk-secret-key-2026
|
||||||
|
|
||||||
pytz
|
|
||||||
|
|
@ -11,3 +11,4 @@ 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