Skip to content
Snippets Groups Projects
Commit 934b5d1f authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

minor update

parent 648bd1b5
Branches
No related tags found
No related merge requests found
# mitm-support # mitm-tooling
This python package contains basic functionality to work with "Models-in-the-Middle" (MitM) data sets. This python package contains basic functionality to work with "Models-in-the-Middle" (MitM) data sets.
It bundles a generic mechanism to load and export relational data as a configurable MitM. It bundles a generic mechanism to load and export relational data as a configurable MitM.
\ No newline at end of file
...@@ -9,10 +9,10 @@ update: ...@@ -9,10 +9,10 @@ update:
build: build:
@poetry build @poetry build
release: publish:
@poetry publish --build @poetry publish --build
requirements: requirements:
@poetry export --without-hashes -f requirements.txt > requirements.txt @poetry export --without-hashes -f requirements.txt > requirements.txt --without-hashes
preflight: lock requirements build preflight: lock requirements build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment