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

main
Shoofle 1 month ago
parent c0a11ea23f
commit 9a7cdcb7ae
  1. 3
      .gitmodules
  2. 12
      Pipfile
  3. 1
      static/flot

3
.gitmodules vendored

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

@ -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
Loading…
Cancel
Save