Skip to content

Commit 6373f49

Browse files
committed
Update versions
1 parent 667eb1a commit 6373f49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ def getRequires():
1111
deps = [
1212
'python_http_client>=3.2.1',
1313
'starkbank-ecdsa>=2.0.1',
14-
'werkzeug>=3.1.3'
14+
"werkzeug>=0.11.15,<1.0.0 ; python_version < '3.0'",
15+
"werkzeug>=0.15.0,<2.0.0 ; python_version >= '3.0' and python_version < '3.6'",
16+
"werkzeug>=2.0.0,<3.0.0 ; python_version >= '3.6' and python_version < '3.11'",
17+
"werkzeug>=3.0.0 ; python_version >= '3.11'"
1518
]
1619
return deps
1720

0 commit comments

Comments
 (0)