Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Flask-Caching==2.3.0
redis==5.0.1

# API Documentation
Flask-CORS==4.0.0
Flask-CORS==6.0.0

# Email & Notifications
Flask-Mail==0.9.1
Expand All @@ -48,7 +48,7 @@ gunicorn==22.0.0
python-json-logger==2.0.7

# API Request Validation
marshmallow==3.20.1
marshmallow==3.26.2
marshmallow-sqlalchemy==0.29.0

# Data Export
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Flask-Caching==2.0.2
redis==5.0.1

# API Documentation
Flask-CORS==4.0.0
Flask-CORS==6.0.0
Flask-Swagger==0.2.14
flasgger==0.9.7.1

# Phase 6 - Enterprise Systems
flask-socketio==5.3.5
python-socketio==5.9.0
python-socketio==5.14.0
python-engineio==4.8.0
graphene==3.3
graphene-sqlalchemy==3.0.0rc2
Expand Down Expand Up @@ -72,12 +72,12 @@ uwsgi==2.0.23

# Monitoring & Logging
python-json-logger==2.0.7
sentry-sdk==1.38.0
sentry-sdk==1.45.1

# Data Export
openpyxl==3.1.2
reportlab==4.0.7

# API Request Validation
marshmallow==3.20.1
marshmallow==3.26.2
marshmallow-sqlalchemy==0.29.0