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
2 changes: 1 addition & 1 deletion apps/infrastructure-llm-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.119.0
uvicorn==0.38.0
pydantic==2.12.0
vllm==0.11.0
vllm==0.11.1
requests==2.32.5
2 changes: 1 addition & 1 deletion apps/infrastructure-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydantic==2.12.0
sqlalchemy==2.0.44
asyncpg==0.29.0
redis==5.0.1
python-multipart==0.0.6
python-multipart==0.0.18
httpx==0.25.0

# Infrastructure-specific dependencies
Expand Down
4 changes: 2 additions & 2 deletions apps/mtg-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ pydantic==2.12.0
sqlalchemy==2.0.44
asyncpg==0.29.0
redis==5.0.1
python-multipart==0.0.6
python-multipart==0.0.18
httpx==0.25.0

# MTG-specific dependencies
requests==2.31.0
requests==2.32.4
beautifulsoup4==4.12.2
pandas==2.1.0

Expand Down
4 changes: 2 additions & 2 deletions apps/n8n-workflow-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pydantic==2.12.0
sqlalchemy==2.0.44
asyncpg==0.29.0
redis==5.0.1
python-multipart==0.0.6
python-multipart==0.0.18
httpx==0.25.0

# AI enhancement dependencies
openai==1.3.0
langchain==0.1.0
langchain==0.2.5

# n8n integration (will be replaced with actual n8n)
n8n-python-sdk==0.1.0 # placeholder
Expand Down
4 changes: 2 additions & 2 deletions apps/productivity-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pydantic==2.12.0
sqlalchemy==2.0.44
asyncpg==0.29.0
redis==5.0.1
python-multipart==0.0.6
python-multipart==0.0.18
httpx==0.25.0

# Productivity-specific dependencies
schedule==1.2.0
requests==2.31.0
requests==2.32.4
beautifulsoup4==4.12.2

# TODO: Add actual dependencies from these tools when migrating:
Expand Down
8 changes: 4 additions & 4 deletions apps/security-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ pydantic==2.12.0
sqlalchemy==2.0.44
asyncpg==0.29.0
redis==5.0.1
python-multipart==0.0.6
python-multipart==0.0.18
httpx==0.25.0

# Security-specific dependencies
cryptography==41.0.7
pycryptodome==3.19.0
requests==2.31.0
cryptography==44.0.1
pycryptodome==3.19.1
requests==2.32.4
pyyaml==6.0.1

# TODO: Add actual dependencies from these tools when migrating:
Expand Down
4 changes: 2 additions & 2 deletions features/Ghostwriter/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tzdata==2024.1

# Django
# ------------------------------------------------------------------------------
django==4.2 # https://www.djangoproject.com/
django==4.2.26 # https://www.djangoproject.com/
django-environ==0.10.0 # https://github.com/joke2k/django-environ
django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.63.6 # https://github.com/pennersr/django-allauth
Expand Down Expand Up @@ -38,7 +38,7 @@ jinja2==3.1.5
python-docx==1.1.2
python-nmap==0.7.1
python-pptx==1.0.2
requests==2.32.4
requests==2.32.5
django-timezone-field==7.0.0
pyjwt[crypto]==2.9.0
psutil==6.0.0
Expand Down
77 changes: 43 additions & 34 deletions features/Nemesis/libs/common/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading