Update Changelog
[astakos] / snf-astakos-app / setup.py
index 8e765fd..acaaae2 100644 (file)
@@ -77,8 +77,10 @@ CLASSIFIERS = [
 INSTALL_REQUIRES = [
     'Django>=1.2, <1.3',
     'South>=0.7, <=0.7.3',
-    'httplib2==0.6.0',
-    'snf-common>=0.8.1'
+    'httplib2>=0.6.0',
+    'snf-common>=0.9.0',
+    'recaptcha-client>=1.0.5',
+    'django-ratelimit==0.1'
 ]
 
 EXTRAS_REQUIRES = {