commit 10cdd269ddd7bdf1154cd0210ea64d16f86bb0a9 Author: Isis Lovecruft isis@torproject.org Date: Thu Jul 4 22:48:29 2013 +0000
Update requirements.txt file.
* ADD recaptcha package (this is needed in addition to recaptcha-client).
* CHANGE BeautifulSoup, Babel, Mako, and MarkupSafe package specifications to specific versions which definitely work, and require only those those specific versions. (Older v2.x BeautifulSoup is a completely different library, for example, and debugging UnicodeDecodeErrors and fiddling with formatting everytime one of our dependency libraries upgrades doesn't sound like fun.) --- requirements.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/requirements.txt b/requirements.txt index c36b786..1695106 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,15 @@ -Babel>=0.9.6 -BeautifulSoup>=3.2.1 +Babel==0.9.6 +BeautifulSoup==3.2.1 +Mako==0.8.1 +MarkupSafe==0.18 Twisted>=13.0.0 argparse>=1.2.1 -distribute>=0.6.44 +distribute>=0.6.46 ipaddr>=2.1.10 pyOpenSSL>=0.13 pygeoip>=0.2.6 -pygpgme>=0.3 +pygpgme==0.3 +recaptcha>=1.0rc1 recaptcha-client>=1.0.6 wsgiref>=0.1.2 zope.interface>=4.0.5
tor-commits@lists.torproject.org