Skip to content

Commit

Permalink
Update Flask for debugging #831
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed May 24, 2024
1 parent abaa35a commit 2665275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
warcio>=1.5.3
ipfshttpclient>=0.8.0a
Flask==2.3.2
Flask>=3.0
pycryptodome>=3.4.11
requests>=2.19.1
beautifulsoup4>=4.6.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
'warcio>=1.5.3',
'ipfshttpclient>=0.8.0a',
'Flask==2.3.2',
'Flask>=3.0',
'pycryptodome>=3.4.11',
'requests>=2.19.1',
'beautifulsoup4>=4.6.3',
Expand Down

0 comments on commit 2665275

Please sign in to comment.