Skip to content

Commit ec98a33

Browse files
authored
style(nyz): relax flask requirement (#811)
* style(nyz): release flask version * style(nyz): release flask version * style(nyz): restrict flask to 2.0.3 * style(nyz): restrict flask to 2.0.3
1 parent 22fe9b7 commit ec98a33

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@
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<=2.0.3', # interaction
73+
'werkzeug<=2.0.3', # interaction
74+
'requests', # interaction
75+
'responses', # interaction
76+
'URLObject', # interaction
7877
'pynng', # parallel
7978
'sniffio', # parallel
8079
'redis', # parallel

0 commit comments

Comments
 (0)