add pipenv

This commit is contained in:
aaron
2022-12-04 17:05:09 +01:00
parent 35dc133357
commit f9ab5ccc76
4 changed files with 160 additions and 1 deletions

11
Pipfile Normal file
View File

@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
advent-of-code-data = "*"
black = "*"
[requires]
python_version = ">=3.10"