Add Pipfile

This commit is contained in:
Seamus Johnston 2022-08-10 10:43:57 -05:00
parent 52ca9db159
commit 4474912758
No known key found for this signature in database
GPG key ID: 2F21225985069105
2 changed files with 51 additions and 0 deletions

8
src/Pipfile Normal file
View file

@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"