Skip to content

Commit

Permalink
Fix wsgi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Mar 7, 2024
1 parent a0a8bbb commit 4d97799
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ Source = "https://github.com/tarsil/mongoz"

[project.optional-dependencies]
test = [
"a2wsgi>1.10.0,<2.0.0",
"autoflake>=2.0.2,<3.0.0",
"black==24.1.1,<25.0",
"esmerald[testing]>=2.0.6",
"esmerald[test]>=2.0.6",
"isort>=5.12.0,<6.0.0",
"mypy==1.5.1",
"pytest>=7.2.2,<9.0.0",
Expand Down

0 comments on commit 4d97799

Please sign in to comment.