Skip to content

Commit

Permalink
add more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1onso committed Jan 2, 2020
1 parent 54d2435 commit db11202
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='depayco',
version='1.0',
version='1.0.1',
license='GPL',
author='Alonso',
author_email='alons45@gmail.com',
Expand All @@ -14,11 +14,16 @@
long_description_content_type='text/markdown',
url='https://github.com/ma1onso/depayco',
packages=setuptools.find_packages(),
install_requires=['pyepayco==1.0.0'],
install_requires=[
'pyepayco==1.0.0',
# TODO: don't repeat dependencies from pyepayco
'requests >= 2.4.3',
'pycrypto >= 2.3'
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
)

0 comments on commit db11202

Please sign in to comment.