ci(unit_test): include requests in test pipfile

this module is required for test 'test_hyperlink_alive_check'

MR !4 fixes #7
This commit is contained in:
2022-01-28 12:17:01 +09:30
parent f811a7acef
commit c4dd5b4a24

View File

@ -1,3 +1,4 @@
selenium==3.141.0
pytest==6.2.5
requests==2.27.1