add dns to imports

This commit is contained in:
ThomasV 2015-07-29 18:37:00 +02:00
parent 916071ce61
commit 35923f1df0
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ elif is_bundle and sys.platform=='darwin':
# pure-python dependencies need to be imported here for pyinstaller
try:
import dns
import aes
import ecdsa
import requests