diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-31 23:53:38 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-31 23:53:38 +0300 |
commit | 2aa2f968722e48e0c642bd6cf2d8a54db7a6d182 (patch) | |
tree | f669602305835dd65ec3bce247e0989fbb2bb721 /requirements.txt | |
parent | e863761a32e3cda386d7c581f2adf6ed7b70e075 (diff) |
config: support yaml
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 90bdd44..54fdf1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ inverterd~=1.0.2 requests~=2.26.0 aiohttp~=3.8.1 pytz~=2021.3 +PyYAML~=6.0 # following can be installed from debian repositories # matplotlib~=3.5.0 |