setup dev env

This commit is contained in:
2023-12-01 18:08:51 +01:00
parent e91d3c106c
commit a5e10f03db
2 changed files with 174 additions and 0 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.11.5"