linting, moved to community

This commit is contained in:
Shannon Sands 2025-05-27 15:36:24 +10:00
commit 2efb690a24
10 changed files with 1341 additions and 0 deletions

View file

@ -0,0 +1,9 @@
pybullet>=3.2.5
numpy>=1.24.0
websockets>=11.0.3
python-dotenv>=1.0.0
wandb>=0.15.0
openai>=1.0.0
# pydantic (if using for data classes, otherwise standard dataclasses are fine for MVP)
# fastapi # Not needed for this combined MVP script approach
# uvicorn # Not needed for this combined MVP script approach