Skip to content

Commit

Permalink
style(nyz): release flask version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Jun 26, 2024
1 parent 22fe9b7 commit 29a445e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@
'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', # interaction
'requests', # interaction
'responses', # interaction
'pynng', # parallel
'sniffio', # parallel
'redis', # parallel
Expand Down

0 comments on commit 29a445e

Please sign in to comment.