Skip to content

Commit

Permalink
Merge pull request Ape#33 from Ape/pr/fix_dependencies
Browse files Browse the repository at this point in the history
Define Python dependencies properly
  • Loading branch information
Ape authored Mar 10, 2017
2 parents 9f9f53e + 319fd55 commit 39fefa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dependencies

- `Python 3`
- `websocket-client` (optional, for 2016+ TVs)
- `curses` (optional, for the interactive mode)

Installation
------------
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
},
packages=["samsungctl"],
install_requires=[],
extras_require={
"websocket": ["websocket-client"],
"interactive_ui": ["curses"],
},
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down

0 comments on commit 39fefa5

Please sign in to comment.