Skip to content

Commit 5ae51a0

Browse files
committed
add setuptools as a dependency
this might sound silly, but setuptools is actually required to run this library, so explicitly declaring it in req files
1 parent bbe2290 commit 5ae51a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requires-all.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ requests[security]>=2.21.0
4747
selenium>=3.141.0
4848
waitress>=1.4.4
4949
webdriver-manager>=3.5.1
50+
setuptools

requires-install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ requests
1111
retrying
1212
ansi2html
1313
nest-asyncio
14+
setuptools

0 commit comments

Comments
 (0)