Skip to content

Commit

Permalink
Merge pull request senko#8 from FlorianLudwig/add_install_requires
Browse files Browse the repository at this point in the history
add install_requires on tornado
  • Loading branch information
senko committed Apr 4, 2014
2 parents 08b3d2c + e47fdf1 commit 66597ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def run(self):
cmdclass={
'test': TestCommand
},
install_requires=['tornado'],
packages=['tornado_proxy'],
)

0 comments on commit 66597ea

Please sign in to comment.