misc local modifications

This commit is contained in:
2022-04-07 20:46:16 -06:00
parent b66c02d753
commit 5e73b8fb45
142 changed files with 934 additions and 20 deletions

14
Pipfile Executable file
View File

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