Environment:
Steps:
- Clone repository
- Create venv at root
- Attempt
pip install -r requirements.txt
Actual:
requirements.txt not found at root.
Findings:
- backend/ contains requirements.txt and pyproject.toml
- sync-microservice/ contains pyproject.toml
- Root has Python files (app.py, utils/) but no dependency specification or setup instructions.
Expected:
Either:
- Provide root-level requirements.txt / pyproject.toml
OR
- Update README with clear instructions on where to install dependencies from.
This currently blocks new contributors from setting up the project.
Environment:
Steps:
pip install -r requirements.txtActual:
requirements.txt not found at root.
Findings:
Expected:
Either:
OR
This currently blocks new contributors from setting up the project.