Skip to content

Commit 2665275

Browse files
committed
Update Flask for debugging #831
1 parent abaa35a commit 2665275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
warcio>=1.5.3
22
ipfshttpclient>=0.8.0a
3-
Flask==2.3.2
3+
Flask>=3.0
44
pycryptodome>=3.4.11
55
requests>=2.19.1
66
beautifulsoup4>=4.6.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires=[
2727
'warcio>=1.5.3',
2828
'ipfshttpclient>=0.8.0a',
29-
'Flask==2.3.2',
29+
'Flask>=3.0',
3030
'pycryptodome>=3.4.11',
3131
'requests>=2.19.1',
3232
'beautifulsoup4>=4.6.3',

0 commit comments

Comments
 (0)