Add pipenv environment

This commit is contained in:
2023-06-10 14:14:43 -04:00
parent 831d81e717
commit 2081575bc1
4 changed files with 30 additions and 1 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.3"