Getting ods2md to work

This commit is contained in:
Jan Max Meyer 2022-02-05 14:56:23 +01:00
parent 92b731f5ad
commit 8b03bdc0e2
3 changed files with 109 additions and 2 deletions

13
Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ezodf = "*"
lxml = "*"
[requires]
python_version = "3.10"
[dev-packages]