Skip to content

Commit

Permalink
Add install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Jan 16, 2022
1 parent b5d45bd commit a758acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ def read(fname):
long_description=read("README.md"),
long_description_content_type="text/markdown",
include_package_data=True,
install_requires=["pyunifi", "geopy", "pyyaml", "dataclasses_json"],
)

0 comments on commit a758acc

Please sign in to comment.