diff options
author | Palaparthy Adityachandra | 2021-03-24 10:13:27 +0530 |
---|---|---|
committer | GitHub | 2021-03-24 10:13:27 +0530 |
commit | f44cbc461f4c23c08d655749ccb525d99f2e7dbc (patch) | |
tree | 7a7f0b29a23685734d45265773db916bedad380f /requirements | |
parent | 6fda19daaa06482b8eb52eeb62f9b0a15d0a3da6 (diff) | |
parent | 8192bf7a17070f2202d9282a4873795127a17447 (diff) | |
download | online_test-f44cbc461f4c23c08d655749ccb525d99f2e7dbc.tar.gz online_test-f44cbc461f4c23c08d655749ccb525d99f2e7dbc.tar.bz2 online_test-f44cbc461f4c23c08d655749ccb525d99f2e7dbc.zip |
Merge pull request #823 from adityacp/s3_file_upload
Add AWS support for file 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 9805dc5..320b145 100644 --- a/requirements/requirements-common.txt +++ b/requirements/requirements-common.txt @@ -21,3 +21,5 @@ django-cors-headers==3.1.0 Pillow pandas more-itertools==8.4.0 +django-storages==1.11.1 +boto3==1.17.17 |