Skip to content

Commit

Permalink
dependecy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 16, 2019
1 parent 3d01611 commit 14e9f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 1 addition & 12 deletions menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- { package: 'acl' }
- { package: 'python-apt' }
- { package: 'rsync' }
- { package: 'unrar' }

- name: Update pip packages for python3
pip:
Expand All @@ -59,15 +60,3 @@
- lxml
state: latest
executable: pip3

- name: Update pip packages for python2
pip:
name:
- pip
- setuptools
- pyOpenSSL
- requests
- netaddr
- lxml
state: latest
executable: pip2
1 change: 1 addition & 0 deletions menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- { package: 'python-apt' }
- { package: 'rsync' }
- { package: 'python-docker' }
- { package: 'unrar' }

- name: Update pip packages for python3
pip:
Expand Down

0 comments on commit 14e9f63

Please sign in to comment.