Skip to content

Commit

Permalink
Merge pull request #272 from wistuba/patch-3
Browse files Browse the repository at this point in the history
fix flask dependencies
  • Loading branch information
john-b-yang authored Dec 9, 2024
2 parents 9e6769d + 492ba3d commit ea9d673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class TestStatus(Enum):
"packages": "requirements.txt",
"install": "python -m pip install -e .",
"pip_packages": [
"setuptools==70.0.0",
"click==8.1.3",
"itsdangerous==2.1.2",
"Jinja2==3.1.2",
Expand All @@ -121,6 +122,7 @@ class TestStatus(Enum):
"packages": "requirements.txt",
"install": "python -m pip install -e .",
"pip_packages": [
"setuptools==70.0.0",
"click==8.1.3",
"itsdangerous==2.1.2",
"Jinja2==3.1.2",
Expand Down

0 comments on commit ea9d673

Please sign in to comment.