Skip to content

Commit

Permalink
Add cssselect as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
eskerda committed Jun 4, 2015
1 parent 274c96e commit a29f784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
long_description = open('README.md').read(),
install_requires = [
'requests==2.0.0',
'lxml==3.2.3'
'lxml==3.2.3',
'cssselect==0.9.1'
],
)

0 comments on commit a29f784

Please sign in to comment.