Remove unused files
This commit is contained in:
parent
eb1c98d9bc
commit
2ce5954da2
13 changed files with 8 additions and 150 deletions
|
|
@ -1,14 +0,0 @@
|
|||
pipenv-preconditions:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- python3-wheel
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
|
||||
install_pipenv:
|
||||
cmd.run:
|
||||
- name: python3 -m pip install -U --prefix /usr/local pipenv
|
||||
- creates: /usr/local/bin/pipenv
|
||||
- require:
|
||||
- pipenv-preconditions
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
python3-virtualenv-packages:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- python3-dev
|
||||
- python3-virtualenv
|
||||
Loading…
Add table
Add a link
Reference in a new issue