Skip to content

Commit

Permalink
update fire dependencie to v0.1.2 to make iPython optional
Browse files Browse the repository at this point in the history
  • Loading branch information
henocdz committed Sep 21, 2017
1 parent ef44c66 commit 46f1f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

setup(
name='Workon',
version='0.8.1',
version='0.8.2',
description='Switch between projects quickly from command line',
long_description='...',
keywords='terminal side projects manager work cli',
url='https://github.com/henocdz/workon',
download_url = 'https://github.com/henocdz/workon/tarball/0.8.1',
download_url = 'https://github.com/henocdz/workon/tarball/0.8.2',
author='henocdz',
author_email='self@henocdz.com',
license='MIT',
packages=['workon'],
scripts=['scripts/workon.sh'],
install_requires=['peewee==2.8.8', 'fire==0.1.0', 'six'],
install_requires=['peewee==2.8.8', 'fire==0.1.2', 'six'],
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 46f1f6d

Please sign in to comment.