Skip to content

Commit

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

0 comments on commit 7d6819d

Please sign in to comment.