Add Pipfile

This commit is contained in:
2022-03-01 10:55:53 +01:00
parent 000660253e
commit 409b8d4a2a
2 changed files with 157 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-frontmatter = "*"
durations = "*"
[dev-packages]
black = "*"
[requires]
python_version = "3.10"