Skip to content
Snippets Groups Projects
Commit 248d1caa authored by inso's avatar inso
Browse files

Fix setup file

parent 2fe37e7c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ print("Environnement:") ...@@ -16,7 +16,8 @@ print("Environnement:")
print(os.environ) print(os.environ)
includes = ["sip", "re", "json", "logging", includes = ["sip", "re", "json", "logging",
"hashlib", "os", "urllib", "hashlib", "os", "urllib",
"ucoinpy", "pylibscrypt"] "ucoinpy", "pylibscrypt", "aiohttp", "asyncio",
"quamash"]
exclude = ['.git'] exclude = ['.git']
packages = ["libnacl", "encodings"] packages = ["libnacl", "encodings"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment