diff --git a/setup.py b/setup.py index aa887ea..a4a444b 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,15 @@ long_description=long_description, long_description_content_type='text/markdown', classifiers=[ + 'Development Status :: 1 - Planning', + 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Operating System :: POSIX :: Linux', 'Topic :: Software Development', ], - keywords='python package valr crypto api rest client', + install_requires=['requests', 'python-dotenv'], + keywords=['python', 'package', 'valr', 'crypto', 'api', 'rest', 'client'], url='https://github.com/Moon-developer/Valr-simple-client', author='Marco Fernandes', license='MIT',