diff --git a/.github/workflows/simtest.yml b/.github/workflows/simtest.yml index 8ef8963..a36d6bc 100644 --- a/.github/workflows/simtest.yml +++ b/.github/workflows/simtest.yml @@ -33,7 +33,7 @@ jobs: python -VV python -m site python -m pip install --upgrade pip setuptools wheel - pip install --upgrade requests protobuf + pip install --upgrade requests protobuf teslapy - name: "Run test.py on ${{ matrix.python-version }}" run: "python example.py" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6d57c8..48ecf1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: python -VV python -m site python -m pip install --upgrade pip setuptools wheel - pip install --upgrade requests protobuf + pip install --upgrade requests protobuf teslapy - name: "Run test.py on ${{ matrix.python-version }}" run: "python test.py" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..79ead2f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +# +requests +protobuf +teslapy \ No newline at end of file