diff --git a/requirements.txt b/requirements.txt index e15748a2..454e096e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -Django==1.9.2 +# Should use latest 1.9 for security +Django>=1.9.2 pinax-theme-bootstrap==7.3.0 django-user-accounts==1.3.1 metron==1.3.7 @@ -13,5 +14,6 @@ django-nose==1.4.3 coverage==4.0.3 # Registrasion -registrasion==0.1.1 -https://github.com/lca2017/symposion/tarball/master#egg=symposion +# Install via setuptools rather than pip +#registrasion==0.1.1 +#https://github.com/lca2017/symposion/tarball/master#egg=symposion