mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 05:48:11 -05:00
setup.py: Add temporary Pycassa 1.7 download link.
reddit relies on pycassa/pycassa@91a5887def but at time of writing there still isn't a release that contains this patch. Until that's available, we'll add a custom download link.
This commit is contained in:
@@ -86,6 +86,7 @@ setup(
|
||||
dependency_links=[
|
||||
"https://github.com/downloads/reddit/pylibmc/pylibmc-1.2.1-dev.tar.gz#egg=pylibmc-1.2.1-dev",
|
||||
"https://nodeload.github.com/reddit/snudown/tarball/v1.0.4#egg=snudown-1.0.4",
|
||||
"https://nodeload.github.com/reddit/pycassa/zipball/master#egg=pycassa-1.7.0",
|
||||
],
|
||||
packages=find_packages(exclude=["ez_setup"]),
|
||||
cmdclass=commands,
|
||||
|
||||
Reference in New Issue
Block a user