diff options
author | ankitjavalkar | 2021-01-17 01:21:56 +0530 |
---|---|---|
committer | GitHub | 2021-01-17 01:21:56 +0530 |
commit | 9b9ebb227bbaafca3daf5485c3bbe0d948d3e843 (patch) | |
tree | 9ae8e5ea5b08c0baf9fd84621055afdc3c8cd64a /requirements | |
parent | b98d41e77d0abdd6cc5a2fb0cf89fe0cbc0fb985 (diff) | |
parent | 3966ae20fc68041721f97c45ff92102ed5729aee (diff) | |
download | online_test-9b9ebb227bbaafca3daf5485c3bbe0d948d3e843.tar.gz online_test-9b9ebb227bbaafca3daf5485c3bbe0d948d3e843.tar.bz2 online_test-9b9ebb227bbaafca3daf5485c3bbe0d948d3e843.zip |
Merge pull request #804 from ankitjavalkar/crs-upload
Course upload and download with MD file formats
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements-common.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/requirements-common.txt b/requirements/requirements-common.txt index 4475957..534e97b 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 |