Skip to content

Commit

Permalink
add websockets legacy package in hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin authored and GuillaumeDSM committed Jun 4, 2021
1 parent 2a6069a commit fba09fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/start.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ a = Analysis(['../start.py'],
"gevent", "geventwebsocket", "flask_socketio", "newspaper", "vaderSentiment", "sentry_sdk",
"vaderSentiment.vaderSentiment",
"aiofiles",
"ccxt", "ccxt.async_support", "cryptofeed", "cmath", "cryptography", "websockets", "yarl", "idna", "sortedcontainers"
"ccxt", "ccxt.async_support", "cryptofeed", "cmath", "cryptography", "websockets", "yarl", "idna", "sortedcontainers",
"websockets.legacy", "websockets.legacy.auth", "websockets.legacy.client", "websockets.legacy.compatibility",
"websockets.legacy.framing", "websockets.legacy.handshake", "websockets.legacy.http", "websockets.legacy.protocol",
"websockets.legacy.server"
] + OCTOBOT_PACKAGES_FILES,
excludes=["tentacles", "logs", "user"],
hookspath=[],
Expand Down

0 comments on commit fba09fd

Please sign in to comment.