commit pipfile because we're using pipenv, also no more submodules
This commit is contained in:
parent
c0a11ea23f
commit
9a7cdcb7ae
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "static/flot"]
|
|
||||||
path = static/flot
|
|
||||||
url = https://github.com/flot/flot.git
|
|
12
Pipfile
Normal file
12
Pipfile
Normal 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
|
|
Loading…
Reference in New Issue
Block a user