Skip to content

Commit

Permalink
updated setup.py to make sure all libs work
Browse files Browse the repository at this point in the history
  • Loading branch information
neyer committed Nov 14, 2012
1 parent 0e97e90 commit 803bbc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@


setup(name='dark-side',
version='1.0.1',
version='1.0.5',
description='response comparing proxy server',
requires=['gevent','requests','json_tools'],
author='mark neyer',
url='https://github.com/gameclosure/dark-side',
install_requires=['gevent','requests','json_tools','webob'],
scripts=['darkside.py'])

0 comments on commit 803bbc9

Please sign in to comment.