meta: create pipenv environment

This commit is contained in:
Charlotte Gaskell 2025-08-02 00:20:34 +01:00
parent 3e94c84b9f
commit 387fd0d9b4
Signed by: charlotte
GPG key ID: 8B93BA001088A340
2 changed files with 58 additions and 0 deletions

12
Pipfile Normal file
View file

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