diff --git a/setup.py b/setup.py
index bea3d4026fd1fd3ecd1c206945c707f2632e61b2..9005c5af79eaa970896eef7790e7ccda7b817611 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,7 @@ setup(
     description="A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API",
 
     long_description=open('README.md').read(),
-
-    install_requires=["libnacl", "pylibscrypt", "base58", "aiohttp", "asyncio"],
- 
+    
     # Active la prise en compte du fichier MANIFEST.in
     include_package_data=True,
     url='https://github.com/ucoin-io/ucoin-python-api',