Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
install six on pip installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Apr 16, 2015
1 parent 6389680 commit 5e812cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

setup(
name='imhotep',
version='0.2.0',
version='0.2.1',
packages=find_packages(),
url='https://github.com/justinabrahms/imhotep',
license='MIT',
author='Justin Abrahms',
author_email='justin@abrah.ms',
description='A tool to pipe linters into code review',
install_requires=['requests==2.6.0'],
install_requires=[
'requests==2.6.0',
'six',
],
extras_require={'pylint': 'PyLint'},
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 5e812cb

Please sign in to comment.