Skip to content

Commit

Permalink
Adds missing dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonDusseau committed Oct 13, 2019
1 parent f5aadf2 commit 36a8a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,8 @@
install_requires=[
"requests>=2,<3",
"python-dateutil>=2,<3",
"pycryptodome>=3,<4"
"pycryptodome>=3,<4",
"packaging"
],
keywords='sony bravia television remote control library'
)

0 comments on commit 36a8a54

Please sign in to comment.