From e0728a9238dbc29014ec84589aac402b441122d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lombra=C3=B1a=20Gonz=C3=A1lez?= Date: Tue, 25 Jun 2013 13:46:30 +0200 Subject: [PATCH] Specify version 0.22.dev --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e225247c..a3da19d85b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ pygeoip flask-babel beautifulsoup4 python-memcached -M2Crypto==dev +M2Crypto==0.22.dev diff --git a/setup.py b/setup.py index 8fba2bd8a6..4668cdeba4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ version = '0.1a', packages = find_packages(), install_requires = requirements, - dependency_links = ['git+https://github.com/Hypernode/M2Crypto@53d5ac266cd40aeb45f53e485700409b8ff2191a#egg=M2Crypto-dev'], + dependency_links = ['git+https://github.com/Hypernode/M2Crypto#egg=M2Crypto-0.22.dev'], # metadata for upload to PyPI author = 'Citizen Cyberscience Centre and Open Knowledge Foundation', # TODO: change