Skip to content

Commit

Permalink
fix flask dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba committed Aug 14, 2024
1 parent 30cd228 commit 0dd67b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class TestStatus(Enum):
"packages": "requirements.txt",
"install": "python -m pip install -e .",
"pip_packages": [
"setuptools==70.0.0",
"Werkzeug==2.3.7",
"Jinja2==3.0.1",
"itsdangerous==2.1.2",
Expand Down

0 comments on commit 0dd67b9

Please sign in to comment.