diff --git a/backend/pick_student/requirements.txt b/backend/pick_student/requirements.txt new file mode 100644 index 0000000..f99e95d --- /dev/null +++ b/backend/pick_student/requirements.txt @@ -0,0 +1,11 @@ +cachetools==5.5.0 +fastapi==0.115.0 +jose==1.0.0 +locustio==0.999 +pandas==2.2.3 +passlib==1.7.4 +pydantic==2.9.2 +python_jose==3.3.0 +SQLAlchemy==2.0.35 +starlette==0.39.2 +uvicorn==0.31.1