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
2 changes: 1 addition & 1 deletion backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development and testing dependencies
pytest==7.4.3
pytest==9.0.3
pytest-asyncio==0.21.1
black==26.3.1
isort==5.12.0
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ psycopg2-binary==2.9.9
aiosqlite==0.19.0

# Authentication and Security
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.20
bcrypt==4.1.2
cryptography==46.0.5
cryptography==46.0.7

# Session and Cache Management
redis==5.0.1
Expand Down
10 changes: 5 additions & 5 deletions requirements-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ psycopg2-binary==2.9.9
aiosqlite==0.19.0

# Authentication and Security
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.22
python-multipart==0.0.26
bcrypt==4.1.2
cryptography==46.0.5
cryptography==46.0.7

# Session and Cache Management
redis==5.0.1

# HTTP and API
httpx==0.25.2
requests==2.32.5
requests==2.33.0
aiofiles==23.2.1

# Data Processing
Expand All @@ -43,7 +43,7 @@ cerberus==1.3.5
# Utilities
python-dateutil==2.8.2
pytz==2023.3
python-dotenv==1.0.0
python-dotenv==1.2.2
email-validator==2.1.0.post1
python-slugify==8.0.1

Expand Down
8 changes: 4 additions & 4 deletions requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ psycopg2-binary==2.9.9
aiosqlite==0.19.0

# Authentication
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.22
python-multipart==0.0.26

# Basic utilities
python-dotenv==1.0.0
requests==2.32.5
python-dotenv==1.2.2
requests==2.33.0
aiofiles==23.2.1

# Production server
Expand Down
12 changes: 6 additions & 6 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ alembic==1.13.1
psycopg2==2.9.9

# Authentication and Security
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.22
python-multipart==0.0.26
bcrypt==4.1.2
cryptography==46.0.5
cryptography==46.0.7

# Session and Cache Management
redis==5.0.1

# HTTP and API
httpx==0.25.2
requests==2.32.5
requests==2.33.0
aiofiles==23.2.1

# Data Processing
Expand All @@ -42,7 +42,7 @@ cerberus==1.3.5
# Utilities
python-dateutil==2.8.2
pytz==2023.3
python-dotenv==1.0.0
python-dotenv==1.2.2
email-validator==2.1.0.post1
python-slugify==8.0.1

Expand All @@ -60,7 +60,7 @@ sentry-sdk[fastapi]
python-json-logger==2.0.7

# Development and Testing
pytest==7.4.3
pytest==9.0.3
pytest-asyncio==0.21.1
black==26.3.1
isort==5.12.0
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ psycopg2-binary==2.9.9; sys_platform != "win32"
psycopg2==2.9.9; sys_platform == "win32"

# Authentication and Security
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.22
python-multipart==0.0.26
bcrypt==4.1.2
cryptography==46.0.5
cryptography==46.0.7

# Session and Cache Management
redis==5.0.1

# HTTP and API
httpx==0.25.2
requests==2.32.5
requests==2.33.0
aiofiles==23.2.1

# Data Processing
Expand All @@ -44,7 +44,7 @@ cerberus==1.3.5
# Utilities
python-dateutil==2.8.2
pytz==2023.3
python-dotenv==1.0.0
python-dotenv==1.2.2
email-validator==2.1.0.post1
python-slugify==8.0.1

Expand All @@ -65,7 +65,7 @@ sentry-sdk[fastapi]
python-json-logger==2.0.7

# Development and Testing (optional for production)
pytest==7.4.3
pytest==9.0.3
pytest-asyncio==0.21.1
black==26.3.1
isort==5.12.0
Expand Down
Loading