Make basic screen with graphs, but lots of bugs.
This commit is contained in:
9
Pipfile
9
Pipfile
@@ -3,13 +3,18 @@ name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[[source]]
|
||||
name = "kivy_garden"
|
||||
url = "https://kivy-garden.github.io/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
Pillow = "*"
|
||||
kivy = "*"
|
||||
kivymd = "==0.102.0"
|
||||
|
||||
"kivy_garden.graph" = {version="==0.4.dev0", index="kivy_garden"}
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
python_version = "3"
|
||||
|
||||
Reference in New Issue
Block a user