ソースを参照

add bs4 dependency

Rodja Trappe 2 年 前
コミット
724d997513
1 ファイル変更2 行追加1 行削除
  1. 2 1
      tests/requirements.txt

+ 2 - 1
tests/requirements.txt

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