Skip to content

Commit

Permalink
Remove requirements.txt
Browse files Browse the repository at this point in the history
It was out of sync with pyproject.toml
We will only use pyproject.toml for now
  • Loading branch information
aantn committed Jun 16, 2024
1 parent 612c25b commit 411d4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 67 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-binaries-and-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
python -m pip install --upgrade pip setuptools pyinstaller
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
poetry config virtualenvs.create false
poetry install --no-root
- name: Install dependencies (Linux)
if: matrix.os == 'ubuntu-20.04'
Expand Down
64 changes: 0 additions & 64 deletions requirements.txt

This file was deleted.

0 comments on commit 411d4a1

Please sign in to comment.