This directory comntains scripts and other files relating to the CI.
Since poetry
supports more robust dependency locking than pip
this is used for dependency tracking. The authoritative files are pyproject.toml
which defines the primary dependencies, and poetry.lock
which defines the full locked dependencies. This can be exported to a requirements.txt
file via
poetry export -f requirements.txt > requirements.txt