@ -3,7 +3,10 @@ import socket
import struct
import time
import nacl.secret
try:
except ImportError:
print 'WARNING: nacl is not installed, voice support is disabled'
from holster.enum import Enum
from holster.emitter import Emitter
@ -0,0 +1 @@
pynacl==1.1.2
@ -4,4 +4,3 @@ inflection==0.3.1
requests==2.13.0
six==1.10.0
websocket-client==0.40.0