diff options
author | Akshen | 2018-10-10 10:50:20 +0530 |
---|---|---|
committer | Akshen | 2018-10-10 10:50:20 +0530 |
commit | bed6d3bec534ec5cd207e1fa00580749aaa14112 (patch) | |
tree | 8c13a8cd762971e86bb39a95029eb2a16784ded0 /requirements.txt | |
parent | 63bde864f757953faed546a537bc8ea77d3e3de2 (diff) | |
download | nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.tar.gz nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.tar.bz2 nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.zip |
Add DWSIM Online Quiz
- Moderator can add, edit questions and view leaderboard
- Participant can take quiz specified for that day
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |