diff options
| author | Scott Gasch <[email protected]> | 2022-08-17 11:33:58 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-17 11:33:58 -0700 |
| commit | 2966ecdb8c49266d491a1f75791868920d68a510 (patch) | |
| tree | 70bade758dc9d9190b843f2bfb7c8dd76afb1500 /requirements.txt | |
| parent | 36be25ae450f455cc6c798df44e5af038f068c41 (diff) | |
Persist the zookeeper client and connection. A step towards a config watcher.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index 702b24c..a8673e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,11 @@ -SpeechRecognition -aiohttp antlr4-python3-runtime astral +beautifulsoup4 bitstring black cloudpickle coverage -fastapi[all] +cv2 flake8 holidays kazoo @@ -15,19 +14,14 @@ mypy nltk numpy overrides -prometheus-fastapi-instrumentator psutil pychromecast -pyserial -python-dateutil pylint +python-dateutil pytz readchar requests -tinytuya -wheel -sqlalchemy -pymysql -kazoo +SpeechRecognition sphinx -threadpoolctl +sqlalchemy +tinytuya |
