Skip to content

Commit

Permalink
Merge pull request #204 from wistuba/main
Browse files Browse the repository at this point in the history
fix flask dependency issues
  • Loading branch information
carlosejimenez committed Aug 15, 2024
2 parents a8df201 + 0dd67b9 commit f85bbc2
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 f85bbc2

Please sign in to comment.