added pip requirements and readme text

This commit is contained in:
2021-11-09 19:09:24 +01:00
parent 1dd2975a3c
commit 59530b5913
3 changed files with 28 additions and 1 deletions

2
requirements/common.txt Normal file
View File

@ -0,0 +1,2 @@
beautifulsoup4
requests

2
requirements/dev.txt Normal file
View File

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