From cb5dbf1a987b520ca4318a9efbcf368f18a74e2b Mon Sep 17 00:00:00 2001 From: zwang180 Date: Thu, 23 Mar 2017 14:52:46 -0500 Subject: [PATCH] fix changes in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f84ab19b..abd6f2da 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 # Py2 broken was broken in 1.3.1 git+https://github.com/fritzy/SleekXMPP.git@6e27f28c854ce4ae1d9f0cc8ee407bda8de97d3b -- GitLab