Commit ae84ce4c authored by Tobias Sterbak's avatar Tobias Sterbak
Browse files

Add export of poetry to requirements.txt

parent 53ca4c03
......@@ -5,6 +5,9 @@ install:
poetry install
poetry run python scripts/download-tools.py
export:
poetry export -f requirements.txt --output requirements.txt
test:
poetry run pytest tests/
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment