Skip to content

Commit

Permalink
Adding six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Mar 29, 2020
1 parent 0c8f179 commit ce6d84c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@

setup(
name='p_tqdm',
version='1.3.1',
version='1.3.2',
author='Kyle Swanson',
author_email='[email protected]',
description='Parallel processing with progress bars',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/swansonk14/p_tqdm',
download_url='https://github.com/swansonk14/p_tqdm/v_1.3.1.tar.gz',
download_url='https://github.com/swansonk14/p_tqdm/v_1.3.2.tar.gz',
license='MIT',
packages=find_packages(),
install_requires=[
'tqdm',
'pathos'
'pathos',
'six'
],
test_suite='nose.collector',
tests_require=['nose'],
Expand Down

0 comments on commit ce6d84c

Please sign in to comment.