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
8 changes: 4 additions & 4 deletions framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ netifaces==0.11.0
scapy==2.7.0

# Requirments for the test_orc module
weasyprint==68.0
weasyprint==69.0
pydyf==0.11.0

# Requirements for the API
fastapi==0.115.0
psutil==5.9.8
uvicorn==0.27.0
python-multipart==0.0.22
python-multipart==0.0.31
pydantic==2.10.0

# Requirements for testing
pytest==7.4.4
pytest==9.0.3
pytest-timeout==2.2.0
responses==0.25.3

Expand All @@ -28,7 +28,7 @@ responses==0.25.3
markdown==3.5.2

# Requirements for the session
cryptography==46.0.6
cryptography==50.0.0
pytz==2024.1

# Requirements for the risk profile
Expand Down
Loading