Add requirements and gitignore

This commit is contained in:
Mikko Ahlroth 2019-09-10 22:02:24 +03:00
parent 9492b8d63d
commit 414d74a800
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/virtualenv

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
beautifulsoup4==4.8.0
certifi==2019.6.16
chardet==3.0.4
idna==2.8
requests==2.22.0
soupsieve==1.9.3
urllib3==1.25.3