Skip to content

Commit 29a445e

Browse files
committed
style(nyz): release flask version
1 parent 22fe9b7 commit 29a445e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,9 @@
6969
'hickle',
7070
'tabulate',
7171
'click>=7.0.0',
72-
'requests>=2.25.1', # interaction
73-
'flask~=1.1.2', # interaction
74-
'responses~=0.12.1', # interaction
75-
'URLObject>=2.4.0', # interaction
76-
'MarkupSafe==2.0.1', # interaction, compatibility
77-
'itsdangerous<=2.0.1', # interaction, compatibility
72+
'flask', # interaction
73+
'requests', # interaction
74+
'responses', # interaction
7875
'pynng', # parallel
7976
'sniffio', # parallel
8077
'redis', # parallel

0 commit comments

Comments
 (0)