Added File Context Headers to Python Requirements Files

This commit is contained in:
Nicole Rappe 2025-05-20 00:04:24 -06:00
parent 4f0a4b1b45
commit 46974bc398
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Data/Agent/agent-requirements.txt
# API / WebSocket Handling # API / WebSocket Handling
requests requests
python-socketio python-socketio

View File

@ -1,3 +1,4 @@
#////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Data/Server/server-requirements.txt
# PyTorch and related deep learning libraries (GPU Supported Functionality) # PyTorch and related deep learning libraries (GPU Supported Functionality)
torch --index-url https://download.pytorch.org/whl/cu121 torch --index-url https://download.pytorch.org/whl/cu121
torchvision --index-url https://download.pytorch.org/whl/cu121 torchvision --index-url https://download.pytorch.org/whl/cu121