bulk-questionnaire-upload/backend/requirements.txt
vee1e 165b249c3d feat: implement CI workflow, enhance file validation, and add test cases
- Introduced a CI workflow for automated testing of backend and frontend components.
- Added pytest configuration for backend tests and Vitest configuration for frontend tests.
- Enhanced file validation logic in the backend to improve error handling and reporting.
- Created comprehensive test cases for various validation scenarios, including edge cases and incorrect formats.
- Updated requirements to include necessary testing libraries and tools.
2025-08-26 00:22:54 +05:30

13 lines
178 B
Text

fastapi==0.103.0
uvicorn==0.23.2
python-multipart==0.0.6
openpyxl==3.1.2
pandas
pydantic
python-dotenv==1.0.0
motor==3.3.1
pymongo==4.5.0
xlrd==2.0.1
pytest
pytest-asyncio
httpx