mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
V2.1.1
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -5,8 +5,6 @@ import threading
|
|||||||
import importlib, importlib.util
|
import importlib, importlib.util
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "default")
|
default_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "default")
|
||||||
loaded = {}
|
loaded = {}
|
||||||
database = {}
|
database = {}
|
||||||
|
@ -20,5 +20,5 @@ python-dateutil>=2.8.1
|
|||||||
websockets>=8.1
|
websockets>=8.1
|
||||||
torch>=2.0.1
|
torch>=2.0.1
|
||||||
torchvision>=0.15.2
|
torchvision>=0.15.2
|
||||||
stable-baselines3>=1.4.0
|
stable_baselines3==1.8.0
|
||||||
RPi.GPIO
|
RPi.GPIO
|
||||||
|
Reference in New Issue
Block a user