From bed6d3bec534ec5cd207e1fa00580749aaa14112 Mon Sep 17 00:00:00 2001 From: Akshen Date: Wed, 10 Oct 2018 10:50:20 +0530 Subject: Add DWSIM Online Quiz - Moderator can add, edit questions and view leaderboard - Participant can take quiz specified for that day --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3ced17a..9c52057 100755 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ defusedxml==0.5.0 Django==2.1 django-recaptcha==1.4.0 idna==2.7 -mysqlclient==1.3.13 +#mysqlclient==1.3.13 oauthlib==2.1.0 PyJWT==1.6.4 python-social-auth==0.3.6 -- cgit