diff options
author | nico <nico@magicbroccoli.de> | 2020-04-09 14:10:44 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-04-09 14:10:44 +0200 |
commit | bfcb912595cf15746882603dd9c8c9feaaba410d (patch) | |
tree | b9a2f36a502f6b5b0003a8ccb35eaa682b478707 | |
parent | 634ba02e76722e8c7f7b720779f48ac03e76f801 (diff) |
update requirements file
+ add ruamel.yaml to requierments file
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0d3402a..3ed92b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ influxdb>=5.2.0 requests>=2.21.0 -packaging>=20.1
\ No newline at end of file +packaging>=20.1 +ruamel.yaml==0.16.10 +ruamel.yaml.clib==0.2.0
\ No newline at end of file |