commit pipfile because we're using pipenv, also no more submodules

This commit is contained in:
Shoofle 2024-09-10 14:06:52 -04:00
parent c0a11ea23f
commit 9a7cdcb7ae
3 changed files with 12 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "static/flot"]
path = static/flot
url = https://github.com/flot/flot.git

12
Pipfile Normal file
View File

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

@ -1 +0,0 @@
Subproject commit 0360316eb5026abcff7e8172e0825e700fb1d804