Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck authored Aug 12, 2024
1 parent 3a85bec commit 5d57db8
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 @@ -7,7 +7,8 @@
long_description_content_type='text/markdown',
packages=find_packages(),
install_requires=[
'requests'
'requests',
'authlib'
],
package_data={
'viessmann_gridbox_connector': ['config.json'],
Expand Down

0 comments on commit 5d57db8

Please sign in to comment.