Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core web framework
Django==4.1.7
djangorestframework==3.14.0
Django==4.2.30
djangorestframework==3.15.2
django-cors-headers==3.14.0
django-environ==0.10.0
django-extensions==3.2.1
Expand All @@ -11,35 +11,35 @@ redis==4.5.4
celery==5.2.7

# Authentication and Security
django-allauth==0.54.0
djangorestframework-simplejwt==5.2.2
cryptography==40.0.1
django-allauth==65.14.1
djangorestframework-simplejwt==5.5.1
cryptography==48.0.1
bcrypt==4.0.1

# HTTP and API clients
requests==2.28.2
requests==2.33.0
httpx==0.24.1
urllib3==1.26.15
urllib3==2.7.0

# Data processing and analysis
pandas==2.0.1
numpy==1.24.3
Pillow==9.5.0
Pillow==12.3.0
openpyxl==3.1.2

# Monitoring and logging
sentry-sdk==1.21.1
sentry-sdk==1.45.1
structlog==23.1.0

# Testing
pytest==7.3.1
pytest==9.0.3
pytest-django==4.5.2
pytest-cov==4.0.0
factory-boy==3.2.1
freezegun==1.2.2

# Development tools
black==23.3.0
black==26.3.1
flake8==6.0.0
isort==5.12.0
pre-commit==3.3.2
Expand All @@ -50,7 +50,7 @@ Sphinx==6.2.1
sphinx-rtd-theme==1.2.0

# Deployment and server
gunicorn==20.1.0
gunicorn==22.0.0
whitenoise==6.4.0

# Environment and configuration
Expand Down