Skip to content

Commit 22fe9b7

Browse files
committed
fix(nyz): fix itsdangerous==2.0.1 import bug
1 parent 97aa35d commit 22fe9b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
'responses~=0.12.1', # interaction
7575
'URLObject>=2.4.0', # interaction
7676
'MarkupSafe==2.0.1', # interaction, compatibility
77+
'itsdangerous<=2.0.1', # interaction, compatibility
7778
'pynng', # parallel
7879
'sniffio', # parallel
7980
'redis', # parallel

0 commit comments

Comments
 (0)