Skip to content
Open
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 backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ httpx==0.25.2
pytest-mock==3.12.0
pytest-cov==4.1.0
playwright==1.40.0
requests==2.31.0
requests==2.33.0
pyyaml==6.0.1
websockets==12.0
sse-starlette==1.8.2
aiohttp==3.9.1
aiohttp==3.13.4
networkx==3.2.1
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiosqlite==0.19.0

# HTTP client
httpx==0.25.2
aiohttp==3.9.1
aiohttp==3.13.4

# Browser automation
playwright==1.40.0
Expand All @@ -21,15 +21,15 @@ pydantic==2.5.0
pydantic-settings==2.1.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.6
python-multipart==0.0.22

# Template engine
jinja2==3.1.2
jinja2==3.1.6

# Data validation and serialization
marshmallow==3.20.1
marshmallow==3.26.2

# Logging and monitoring
structlog==23.2.0
Expand All @@ -42,7 +42,7 @@ asyncio-mqtt==0.14.0
asyncpg==0.29.0

# Image processing
Pillow==10.1.0
Pillow==12.1.1

# File handling
python-magic==0.4.27
Expand All @@ -54,7 +54,7 @@ pytest-mock==3.12.0
httpx==0.25.2

# Development tools
black==23.11.0
black==26.3.1
isort==5.12.0
flake8==6.1.0
mypy==1.7.1
Expand All @@ -69,14 +69,14 @@ typing-extensions==4.8.0
# Utilities
click==8.1.7
rich==13.7.0
tqdm==4.66.1
tqdm==4.66.3

# Date and time
arrow==1.3.0
pytz==2023.3

# JSON processing
orjson==3.9.10
orjson==3.11.6

# Compression
lz4==4.3.2
Expand Down
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# YouTube Transcript Extraction
youtube-transcript-api==0.6.2
requests==2.31.0
requests==2.33.0

# Deep Research Automation
playwright==1.40.0
aiohttp==3.9.1
aiohttp==3.13.4

# Common utilities
python-dotenv==1.0.0