mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
remove unnecesary pip deps
This commit is contained in:
parent
1ca60aab50
commit
06876ee7af
4 changed files with 0 additions and 6 deletions
|
@ -10,8 +10,6 @@ dependencies:
|
|||
python.org: '>=3.7'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
pip.pypa.io: '*'
|
||||
script: |
|
||||
python-venv.sh {{prefix}}/bin/twine
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ dependencies:
|
|||
python.org: '>=3.8'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
pip.pypa.io: '*'
|
||||
script:
|
||||
python-venv.sh {{prefix}}/bin/pre-commit
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ versions:
|
|||
|
||||
dependencies:
|
||||
python.org: 3
|
||||
pip.pypa.io: '*'
|
||||
|
||||
build:
|
||||
python-venv.sh "{{prefix}}"/bin/pipx
|
||||
|
|
|
@ -8,7 +8,6 @@ versions:
|
|||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
pip.pypa.io: '*'
|
||||
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue