Skip to content

Commit

Permalink
Added lxml as a install dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmenchaca committed Aug 29, 2018
1 parent 7d6819d commit 1b7a33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests
lxml
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
packages = ['icomfort3'],
install_requires=[
'requests',
'lxml',
],
version = '0.1',
description = 'A library to access your Lennox S30, M30, and E30 thermostats by scraping https://lennoxicomfort.com',
Expand Down

0 comments on commit 1b7a33e

Please sign in to comment.