[sitemap] add a requirements file

Change-Id: I872944d35b5b78a4e966c4c9f39174aaa67aa91e
This commit is contained in:
Christian Berendt 2015-08-22 09:48:21 +02:00
parent 1623a2ab09
commit 013fcd3665
2 changed files with 2 additions and 1 deletions

View File

@ -33,4 +33,4 @@ To install the needed modules you can use pip or the package management system i
in your distribution. When using the package management system maybe the name of the in your distribution. When using the package management system maybe the name of the
packages differ. When using pip it's maybe necessary to install some development packages. packages differ. When using pip it's maybe necessary to install some development packages.
$ pip install scrapy $ pip install -r requirements.txt

1
sitemap/requirements.txt Normal file
View File

@ -0,0 +1 @@
scrapy>=1.0.0