Skip to content

Commit

Permalink
remove unnecesary pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrinskiy authored and mxcl committed Mar 8, 2023
1 parent 1ca60aa commit 06876ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions projects/github.com/pypa/twine/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ dependencies:
python.org: '>=3.7'

build:
dependencies:
pip.pypa.io: '*'
script: |
python-venv.sh {{prefix}}/bin/twine
Expand Down
2 changes: 0 additions & 2 deletions projects/pre-commit.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ dependencies:
python.org: '>=3.8'

build:
dependencies:
pip.pypa.io: '*'
script:
python-venv.sh {{prefix}}/bin/pre-commit

Expand Down
1 change: 0 additions & 1 deletion projects/pypa.github.io/pipx/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:

dependencies:
python.org: 3
pip.pypa.io: '*'

build:
python-venv.sh "{{prefix}}"/bin/pipx
Expand Down
1 change: 0 additions & 1 deletion projects/virtualenv.pypa.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ versions:

dependencies:
python.org: '>=3.7'
pip.pypa.io: '*'


build:
Expand Down

0 comments on commit 06876ee

Please sign in to comment.