added functions to check interfaces against their HTML counterparts; optional dependency on bs4

This commit is contained in:
2022-01-01 13:28:36 +01:00
parent 1452e1e6ba
commit 6f6d2192da
6 changed files with 185 additions and 3 deletions

View File

@ -1,3 +1,2 @@
-r aio.txt
-r req.txt
-r full.txt
coverage

3
requirements/full.txt Normal file
View File

@ -0,0 +1,3 @@
-r aio.txt
-r req.txt
-r html.txt

2
requirements/html.txt Normal file
View File

@ -0,0 +1,2 @@
-r common.txt
beautifulsoup4