Skip to content

Commit

Permalink
Merge branch 'em-add_pypi_dependencies' into 'master'
Browse files Browse the repository at this point in the history
Add pypi dependencies

See merge request luizalabs/pyboleto!12
  • Loading branch information
Eriko Morais committed Jan 14, 2020
2 parents bcf4323 + f6f2f02 commit 4a374b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_version(package):


setup(
name='pyboleto',
name='pyboleto-luizalabs',
version=get_version('pyboleto'),
author='Eduardo Cereto Carvalho',
author_email='[email protected]',
Expand Down Expand Up @@ -72,7 +72,8 @@ def get_version(package):
'pillow==6.2.2',
'pylint==1.9.5',
'more-itertools==5.0.0',
'pytz==2019.3'
'pytz==2019.3',
'twine==3.1.1'
],
tests_require=[
'pylint',
Expand All @@ -81,5 +82,6 @@ def get_version(package):
'pep8',
'sphinx-pypi-upload',
'sphinx==1.8.5'
]
],
setup_requires=['wheel']
)

0 comments on commit 4a374b1

Please sign in to comment.