fixed ImportError: cannot import name 'json' from 'itsdangerous'

This commit is contained in:
mh4x0f 2022-02-20 20:31:42 -03:00
parent 0208df007c
commit beed68d255
2 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -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