Skip to content

Commit

Permalink
Fix M2Crypto dependency links
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Jun 25, 2013
1 parent bf5037f commit 8afb815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pygeoip
flask-babel
beautifulsoup4
python-memcached
-e git+https://github.com/Hypernode/M2Crypto@53d5ac266cd40aeb45f53e485700409b8ff2191a#egg=M2Crypto-dev
M2Crypto==dev
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
version = '0.1a',
packages = find_packages(),
install_requires = requirements,
dependency_links = ['git+https://github.com/Hypernode/M2Crypto@53d5ac266cd40aeb45f53e485700409b8ff2191a#egg=M2Crypto-dev'],
# metadata for upload to PyPI
author = 'Citizen Cyberscience Centre and Open Knowledge Foundation',
# TODO: change
Expand Down

0 comments on commit 8afb815

Please sign in to comment.