This commit is contained in:
Bryan Black 2022-10-28 04:03:50 -07:00
parent 27743c7276
commit aae335cab2
2 changed files with 4 additions and 2 deletions

View file

@ -14,5 +14,7 @@
- solc - solc
- solc-select - solc-select
- brownie - brownie
- manticore
- mythril
- ganache - ganache
- remix - remix

View file

@ -1,4 +1,4 @@
- name: Install python3.10-venv - name: Install python3-venv
become_user: root become_user: root
become: true become: true
apt: apt:
@ -6,4 +6,4 @@
update_cache: yes update_cache: yes
cache_valid_time: 604800 cache_valid_time: 604800
pkg: pkg:
- python3.10-venv - python3-venv