Skip to content

Commit

Permalink
style(nyz): relax flask requirement (#811)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
PaParaZz1 authored Jun 26, 2024
1 parent 22fe9b7 commit ec98a33
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@
'hickle',
'tabulate',
'click>=7.0.0',
'requests>=2.25.1', # interaction
'flask~=1.1.2', # interaction
'responses~=0.12.1', # interaction
'URLObject>=2.4.0', # interaction
'MarkupSafe==2.0.1', # interaction, compatibility
'itsdangerous<=2.0.1', # interaction, compatibility
'flask<=2.0.3', # interaction
'werkzeug<=2.0.3', # interaction
'requests', # interaction
'responses', # interaction
'URLObject', # interaction
'pynng', # parallel
'sniffio', # parallel
'redis', # parallel
Expand Down

0 comments on commit ec98a33

Please sign in to comment.