diff --git a/requirements.txt b/requirements.txt index 7b5c90c..4b0b870 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ -python3-colorama==0.4.3 websocket-client~=1.2.3 zeroconf~=0.36.9 colorama~=0.4.4 -PyYAML~=3.13 -requests~=2.27.0 \ No newline at end of file +requests~=2.27.0 diff --git a/test_api/temp.py b/test_api/temp.py new file mode 100644 index 0000000..54ffa49 --- /dev/null +++ b/test_api/temp.py @@ -0,0 +1,7 @@ +import json + +with open('/home/tim/Projects/OpenLP/openlp_api_tester/scripts/alert.yaml', 'r') as file: + commands = json.load(file) #, Loader=yaml.BaseLoader) + print(commands) + for step in commands: + print(step) \ No newline at end of file