Fix the python-olm hacks.

This commit is contained in:
Abel Luck 2023-11-28 12:33:14 +01:00
parent 26ff0d256b
commit bf8110010a
5 changed files with 1756 additions and 631 deletions

View file

@ -26,7 +26,7 @@ test:
$(POETRY) pytest $(TESTS)
freeze:
poetry export --without-hashes --without dev --format=requirements.txt --output requirements.frozen.txt
poetry export --without dev --format=requirements.txt --output requirements.frozen.txt
check:
$(MAKE) fmt