diff options
| author | Scott <[email protected]> | 2022-01-10 21:51:39 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 21:51:39 -0800 |
| commit | d2478310649d51e14f8ece57651ca9d925d98793 (patch) | |
| tree | 8f0b5291cb53aeeb649b5d5fd52ab39966256102 | |
| parent | f2c7c1a131d8846c15613125b6ed999724f0ab2f (diff) | |
Fix requirements.txt
| -rw-r--r-- | requirements.txt | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/requirements.txt b/requirements.txt index c239e23..df7bb5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,25 @@ -wheel aiohttp antlr4-python3-runtime -astral bitstring -python-dateutil -grpcio -holidays cloudpickle -dill +holidays +nltk numpy -pandas -protobuf +opencv-python +overrides psutil -pyserial +python-dateutil pytype -pychromecast +pytz +readchar requests -SpeechRecognition -scikit-learn -nltk +wheel +astral +grpcio meross-iot - +pandas +protobuf +pychromecast +pyserial +scikit-learn +SpeechRecognition |
