From e0d43f8b26cf08acb9f3d9183340136e7a9b65ef Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 1 Dec 2022 10:57:24 +0800 Subject: [PATCH] bugfix --- kivyplots/version.py | 1 + requirements.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 kivyplots/version.py create mode 100644 requirements.txt diff --git a/kivyplots/version.py b/kivyplots/version.py new file mode 100644 index 0000000..b8023d8 --- /dev/null +++ b/kivyplots/version.py @@ -0,0 +1 @@ +__version__ = '0.0.1' diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9af26a7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +kivy.garden +# garden.matplotlib +kivy