Skip to content

Commit

Permalink
Fix missing setuptools. Fix ast deprecation warnings. (#2970) (#2978)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Wieczorek <[email protected]>
  • Loading branch information
ahopkins and wieczorek1990 authored Jun 30, 2024
1 parent b0a5186 commit 24cf099
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 24cf099

Please sign in to comment.