Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-17 07:05:06 +02:00
parent 25bf2fa7b2
commit c897a8d1d0
2 changed files with 4 additions and 4 deletions

View File

@ -414,10 +414,9 @@
path: /usr/local/share/pwnagotchi/ path: /usr/local/share/pwnagotchi/
state: directory state: directory
# Install go-1.20.6
- name: Install go-1.21 - name: Install go-1.21
unarchive: unarchive:
src: https://go.dev/dl/go1.21.1.linux-arm64.tar.gz src: https://go.dev/dl/go1.21.3.linux-arm64.tar.gz
dest: /usr/local dest: /usr/local
remote_src: yes remote_src: yes
register: golang register: golang

View File

@ -1,4 +1,4 @@
gymnasium gym
shimmy shimmy
pycryptodome pycryptodome
requests requests
@ -18,7 +18,8 @@ dbus-python
toml toml
python-dateutil python-dateutil
websockets websockets
tensorflow torch==2.0.1
torchvision==0.15.2
stable_baselines3 stable_baselines3
RPi.GPIO RPi.GPIO
pydrive2 pydrive2