From 992dffa306dee3bbe9522d51eca150cf7b0d9b07 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 8 Jun 2016 13:01:44 -0500 Subject: [PATCH] Some requirements updates --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e5e0012..60f5bc1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,8 +40,8 @@ paramiko git+https://github.com/inducer/django-bootstrap3-datetimepicker.git # For in-class instant messaging -dnspython # Py2 -#dnspython3 # Py3 +#dnspython # Py2 +dnspython3 # Py3 sleekxmpp # To manage web dependencies @@ -69,7 +69,7 @@ ipaddress # For interoperation with SAML2/Shibboleth pysaml2 -hg+https://inducer@bitbucket.org/inducer/djangosaml2 +git+https://github.com/knaperek/djangosaml2.git # A task queue, used to execute long-running tasks celery -- GitLab