Fix missing distutils, install setuptools

pull/1472/head
Heiner Lohaus 5 months ago
parent 2ddf68eee3
commit 21919f53f9

@ -20,4 +20,5 @@ asyncstdlib
async-property
undetected-chromedriver
brotli
beautifulsoup4
beautifulsoup4
setuptools

@ -32,6 +32,7 @@ install_requires = [
"undetected-chromedriver",
"brotli",
"beautifulsoup4",
"setuptools",
]
DESCRIPTION = (

Loading…
Cancel
Save