Skip to content

Commit 76ad55d

Browse files
committed
Add werkzeug package to setup file
1 parent 9c1a4a6 commit 76ad55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def getRequires():
1111
deps = [
1212
'python_http_client>=3.2.1',
13-
'starkbank-ecdsa>=2.0.1'
13+
'starkbank-ecdsa>=2.0.1',
1414
'werkzeug>=3.1.3'
1515
]
1616
return deps

0 commit comments

Comments
 (0)