Skip to content

Commit 24cf099

Browse files
Fix missing setuptools. Fix ast deprecation warnings. (#2970) (#2978)
Co-authored-by: Łukasz Wieczorek <luke@soiree.tech>
1 parent b0a5186 commit 24cf099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,12 @@ def str_to_bool(val: str) -> bool:
109109
"html5tagger>=1.2.1",
110110
"tracerite>=1.0.0",
111111
"typing-extensions>=4.4.0",
112+
"setuptools>=70.1.0",
112113
]
113114

114115
tests_require = [
115116
"sanic-testing>=23.6.0",
116-
"pytest==7.1.*",
117+
"pytest>=8.2.2",
117118
"coverage",
118119
"beautifulsoup4",
119120
"pytest-sanic",

0 commit comments

Comments
 (0)