Fix: Re-add requirements.txt after accidental delete in merging.

This commit is contained in:
2025-01-25 16:27:13 +00:00
parent 2fcd7f4276
commit d84cc29edb
2 changed files with 17 additions and 4 deletions

5
app.py
View File

@@ -124,7 +124,6 @@ app.register_blueprint(routes_user)
def console_log(value):
Helper_App.console_log(value)
return value
<<<<<<< HEAD
@app.after_request
def add_cache_headers(response):
@@ -134,6 +133,4 @@ def add_cache_headers(response):
else:
# No caching for dynamic content
response.headers['Cache-Control'] = 'no-store, no-cache, must-revalidate, max-age=0'
return response
=======
>>>>>>> a5d77c11a435413c35315fe1c53b778a454279c8
return response

16
requirements.txt Normal file
View File

@@ -0,0 +1,16 @@
Flask==3.0.3
gunicorn==23.0.0
flask_wtf
flask_sqlalchemy
flask_cors
flask_mail
authlib
jwt
mysqlclient
stripe
python_dotenv
authlib
pydantic
# psycopg2
requests