mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Changed requirements.txt
Changed /usr/bin to /usr/local/bin Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:

committed by
Jeroen Oudshoorn

parent
544314b88c
commit
1b710bff99
@ -3,10 +3,10 @@ requests==2.21.0
|
||||
PyYAML==5.3.1
|
||||
scapy==2.4.3
|
||||
gym==0.14.0
|
||||
scipy==1.3.1
|
||||
scipy
|
||||
stable-baselines==2.7.0
|
||||
tensorflow==1.13.1
|
||||
tensorflow-estimator==1.14.0
|
||||
tensorflow==1.15.0
|
||||
tensorflow-estimator==1.15.1
|
||||
tweepy==3.7.0
|
||||
file-read-backwards==2.0.0
|
||||
numpy==1.20.2
|
||||
@ -15,6 +15,9 @@ smbus2==0.3.0
|
||||
Pillow==5.4.1
|
||||
spidev==3.4
|
||||
gast==0.2.2
|
||||
itsdangerous==1.1.0
|
||||
markupsafe==1.1.1
|
||||
Werkzeug==0.14.1
|
||||
flask==1.0.2
|
||||
flask-cors==3.0.7
|
||||
flask-wtf==0.14.3
|
||||
@ -22,3 +25,4 @@ dbus-python==1.2.12
|
||||
toml==0.10.0
|
||||
python-dateutil==2.8.1
|
||||
websockets==8.1
|
||||
RPi.GPIO
|
||||
|
Reference in New Issue
Block a user