mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
fixed ImportError: cannot import name 'json' from 'itsdangerous'
This commit is contained in:
parent
0208df007c
commit
beed68d255
@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Fixed
|
||||
- fixed set command for settings sniffkin3, pumpkinproxy, security
|
||||
- fixed ImportError: cannot import name 'json' from 'itsdangerous'
|
||||
|
||||
|
||||
## [Released]
|
||||
|
@ -14,9 +14,10 @@ loguru>=0.4.0
|
||||
scapy>=2.4.4
|
||||
isc_dhcp_leases>=0.9.1
|
||||
dnspython==1.16.0
|
||||
Flask==1.1.2
|
||||
Flask==1.1.3
|
||||
requests>=2.18.4
|
||||
beautifulsoup4>=4.9.1
|
||||
asn1crypto>=1.0.0
|
||||
PyJWT==2.1.0
|
||||
flask-restx>=0.5.1
|
||||
Werkzeug<2.0,>=0.15
|
Loading…
Reference in New Issue
Block a user