flask updated and Werkzeug and jinja2 added
This commit is contained in:
parent
c35a707201
commit
e73fe60023
6
Makefile
6
Makefile
@ -25,6 +25,6 @@ image:
|
||||
sudo zip pwnagotchi-raspbian-lite-$(PWN_VERSION).zip pwnagotchi-raspbian-lite-$(PWN_VERSION).sha256 pwnagotchi-raspbian-lite-$(PWN_VERSION).img
|
||||
|
||||
clean:
|
||||
rm -rf /tmp/packer-builder-arm-image
|
||||
rm -f pwnagotchi-raspbian-lite-*.zip pwnagotchi-raspbian-lite-*.img pwnagotchi-raspbian-lite-*.sha256
|
||||
rm -rf builder/output-pwnagotchi builder/packer_cache
|
||||
sudo rm -rf /tmp/packer-builder-arm-image
|
||||
sudo rm -f pwnagotchi-raspbian-lite-*.zip pwnagotchi-raspbian-lite-*.img pwnagotchi-raspbian-lite-*.sha256
|
||||
sudo rm -rf builder/output-pwnagotchi builder/packer_cache
|
||||
|
@ -15,7 +15,7 @@ smbus2==0.3.0
|
||||
Pillow==6.2.0
|
||||
spidev==3.4
|
||||
gast==0.2.2
|
||||
flask==1.0.2
|
||||
flask==2.0.1
|
||||
flask-cors==3.0.7
|
||||
flask-wtf==0.14.3
|
||||
dbus-python==1.2.12
|
||||
@ -23,3 +23,5 @@ toml==0.10.0
|
||||
python-dateutil==2.8.1
|
||||
websockets==8.1
|
||||
RPi.GPIO
|
||||
Werkzeug==2.0.0
|
||||
jinja2==3.0.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user