Skip to content

Commit

Permalink
Add requirements to setup.py
Browse files Browse the repository at this point in the history
pip install amzsear does not install lxml requirement unless it is specified in setup.py
  • Loading branch information
nfearnley authored Oct 21, 2018
1 parent d66005c commit 5db5b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
'amzsear = amzsear.cli.cli:run',
],
},
install_requires=[
'lxml==3.8',
],
)

0 comments on commit 5db5b27

Please sign in to comment.