Introduction of requirements.txt

Please note that those file can be used to install
dependencies with 'pip install -r requirements.txt'
This commit is contained in:
funilrys
2018-02-28 23:08:45 +01:00
parent c82f691952
commit ff58bbd1f2
2 changed files with 6 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
lxml==4.1.1
beautifulsoup4==4.6.0
mock==2.0.0