Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
use pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed May 8, 2017
1 parent 3c69343 commit 1d2875b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions requirements.in
@@ -0,0 +1,3 @@
-e git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki
lxml
cssselect
16 changes: 9 additions & 7 deletions requirements.txt
@@ -1,9 +1,11 @@
# It's easy to add more libraries or choose different versions. Any libraries
# specified here will be installed and made available to your morph.io scraper.
# Find out more: https://morph.io/documentation/python

# Custom version of scraperwiki library
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
-e git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki

lxml==3.4.4
cssselect==0.9.1
dumptruck==0.1.6
lxml==3.4.4
requests==2.13.0

0 comments on commit 1d2875b

Please sign in to comment.