clear date_signed_terms field if there are updated approval terms for user to sign.
[astakos] / snf-astakos-app / setup.py
index 93ccad8..acaaae2 100644 (file)
@@ -79,7 +79,8 @@ INSTALL_REQUIRES = [
     'South>=0.7, <=0.7.3',
     'httplib2>=0.6.0',
     'snf-common>=0.9.0',
-    'recaptcha-client>=1.0.5'
+    'recaptcha-client>=1.0.5',
+    'django-ratelimit==0.1'
 ]
 
 EXTRAS_REQUIRES = {