diff --git a/Requirements.txt b/Requirements.txt deleted file mode 100644 index d27e2593..00000000 --- a/Requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -ConfigParser==3.5.0 -Django==1.6 -MySQL-python==1.2.5 -Pillow==2.9.0 -argparse==1.2.1 -captcha==0.1.1 -django-autocomplete-light==2.2.4 -django-autoslug==1.8.0 -django-grappelli==2.6.5 -eav-django==1.4.7 -six==1.9.0 -wsgiref==0.1.2 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..d8f4cc4e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +configparser==3.5.0 +Django==1.8.13 +django-autocomplete-light==2.3.3 +django-autoslug==1.8.0 +-e hg+https://bitbucket.org/cpcc/django-cas@47d19f3a871fa744dabe884758f90fff6ba135d5#egg=django_cas +django-grappelli==2.6.5 +django-recaptcha==1.0.5 +eav-django==1.4.7 +MySQL-python==1.2.5 +Pillow==2.9.0 +simplejson==3.8.2 +six==1.10.0