Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
remove install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed May 20, 2014
1 parent e1633b6 commit 3da47c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"License :: OSI Approved :: Apache Software License",
],
packages=['asyncmongo', 'asyncmongo.backends'],
install_requires=['pymongo>=1.9', 'tornado'],
requires=['pymongo (>=1.9)', 'tornado'],
download_url="https://bitly-downloads.s3.amazonaws.com/asyncmongo/asyncmongo-%s.tar.gz" % version,
)

0 comments on commit 3da47c9

Please sign in to comment.