diff options
author | prathamesh | 2021-03-23 14:57:23 +0530 |
---|---|---|
committer | prathamesh | 2021-03-23 14:57:23 +0530 |
commit | fc070aeab4322cfe34f6074ae1fc07db42be0fe6 (patch) | |
tree | 589bcd30c7d00e5d060e1161fa8583e84f6c3f99 /requirements | |
parent | f5224d8d1866122ad2ecfb3118ffd724c4dd3cf8 (diff) | |
parent | 6fda19daaa06482b8eb52eeb62f9b0a15d0a3da6 (diff) | |
download | online_test-fc070aeab4322cfe34f6074ae1fc07db42be0fe6.tar.gz online_test-fc070aeab4322cfe34f6074ae1fc07db42be0fe6.tar.bz2 online_test-fc070aeab4322cfe34f6074ae1fc07db42be0fe6.zip |
Merge branch 'master' of https://github.com/FOSSEE/online_test into add-test-cases-for-QRcode-based-upload
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements-common.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements/requirements-common.txt b/requirements/requirements-common.txt index 8c397c7..49d1c81 100644 --- a/requirements/requirements-common.txt +++ b/requirements/requirements-common.txt @@ -8,6 +8,7 @@ social-auth-app-django==3.1.0 selenium==2.53.6 coverage ruamel.yaml==0.16.10 +pyyaml==5.3.1 markdown==2.6.9 pygments==2.2.0 celery==4.4.2 @@ -20,3 +21,4 @@ django-cors-headers==3.1.0 Pillow pandas qrcode +more-itertools==8.4.0 |