diff options
| author | Scott <[email protected]> | 2022-01-10 17:52:32 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 17:52:32 -0800 |
| commit | 9bfba844fe0efe6bbf36882d7a56ef41da6d61b9 (patch) | |
| tree | c19b60799ed735b2e87fe64fb48949f05794d29f | |
| parent | 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 (diff) | |
Make it work.
| -rwxr-xr-x | pip_install.sh | 2 | ||||
| -rw-r--r-- | requirements.txt | 45 |
2 files changed, 23 insertions, 24 deletions
diff --git a/pip_install.sh b/pip_install.sh index 3982748..d1eff63 100755 --- a/pip_install.sh +++ b/pip_install.sh @@ -5,4 +5,4 @@ set -e python3 -m ensurepip --upgrade -pip install requirements.txt +pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 7921da6..c239e23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,23 @@ -pip install wheel -pip install aiohttp -pip install antlr4-python3-runtime -pip install astral -pip install bitstring -pip install python-dateutil -pip install grpcio -pip install holidays -pip install cloudpickle -pip install dill -pip install numpy -pip install pandas -pip install protobuf -pip install psutil -pip install pyserial -pip install pytype -pip install pychromecast -pip install requests -pip install SpeechRecognition -pip install scikit-learn -pip install nltk -pip install meross-iot - +wheel +aiohttp +antlr4-python3-runtime +astral +bitstring +python-dateutil +grpcio +holidays +cloudpickle +dill +numpy +pandas +protobuf +psutil +pyserial +pytype +pychromecast +requests +SpeechRecognition +scikit-learn +nltk +meross-iot |
