Start using pipenv

This commit is contained in:
Mike
2024-07-06 17:36:33 -07:00
parent 83d2b7bc9b
commit c8086b0901
3 changed files with 32 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]
[dev-packages]
[requires]
python_version = "3.12"