mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55: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'
|
python.org: '>=3.7'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
|
||||||
pip.pypa.io: '*'
|
|
||||||
script: |
|
script: |
|
||||||
python-venv.sh {{prefix}}/bin/twine
|
python-venv.sh {{prefix}}/bin/twine
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,6 @@ dependencies:
|
||||||
python.org: '>=3.8'
|
python.org: '>=3.8'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
|
||||||
pip.pypa.io: '*'
|
|
||||||
script:
|
script:
|
||||||
python-venv.sh {{prefix}}/bin/pre-commit
|
python-venv.sh {{prefix}}/bin/pre-commit
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: 3
|
python.org: 3
|
||||||
pip.pypa.io: '*'
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
python-venv.sh "{{prefix}}"/bin/pipx
|
python-venv.sh "{{prefix}}"/bin/pipx
|
||||||
|
|
|
@ -8,7 +8,6 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: '>=3.7'
|
python.org: '>=3.7'
|
||||||
pip.pypa.io: '*'
|
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue