Fix missing websocket-client dependency for octoprint client

See #1648
This commit is contained in:
Gina Häußge 2016-12-13 14:55:43 +01:00
parent 0560009204
commit fcb0e382b5

View file

@ -43,7 +43,8 @@ INSTALL_REQUIRES = [
"feedparser>=5.2.1,<5.3",
"chainmap>=1.0.2,<1.1",
"future>=0.15,<0.16",
"scandir>=1.3,<1.4"
"scandir>=1.3,<1.4",
"websocket-client>=0.40,<0.41"
]
# Additional requirements for optional install options