Skip to content

Commit

Permalink
Merge branch 'main' into fix_delete_nonsecure_cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Jun 30, 2024
2 parents cb4dc55 + 24cf099 commit e1f1cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,12 @@ def str_to_bool(val: str) -> bool:
"html5tagger>=1.2.1",
"tracerite>=1.0.0",
"typing-extensions>=4.4.0",
"setuptools>=70.1.0",
]

tests_require = [
"sanic-testing>=23.6.0",
"pytest==7.1.*",
"pytest>=8.2.2",
"coverage",
"beautifulsoup4",
"pytest-sanic",
Expand Down

0 comments on commit e1f1cbb

Please sign in to comment.