From bcc8931ca7760029cdcf6e8603972a69596f7e90 Mon Sep 17 00:00:00 2001 From: Insoleet <insomniak.fr@gmail.com> Date: Tue, 6 Oct 2015 18:28:18 +0200 Subject: [PATCH] Remove install requirements from setup.py --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bea3d402..9005c5af 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', -- GitLab