- make
- python3.11
- poetry
After installing dependencies, run:
make installRun app locally with:
make runNote: this will also install dependencies with poetry
This project uses the pytest test suite in the CI pipeline.
To run tests locally, use the command make test.
To format or lint the project, run make format or make lint respectively.