Quellcode durchsuchen

add bs4 dependency

Rodja Trappe vor 2 Jahren
Ursprung
Commit
724d997513
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      tests/requirements.txt

+ 2 - 1
tests/requirements.txt

@@ -3,4 +3,5 @@ pytest-selenium
 pytest-asyncio
 selenium
 autopep8
-icecream
+icecream
+beautifulsoup4