diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:54 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:54 +0300 |
| commit | 1aa678533f0d21f8696754b1a1f456827f249b1c (patch) | |
| tree | 961327345074cb10d6fff10382028d82342d52ed /backend/requirements.txt | |
| parent | e1e42fc6c17ba99b7cad940b3c3e1c97df959140 (diff) | |
| download | cloudrender-1aa678533f0d21f8696754b1a1f456827f249b1c.tar.xz cloudrender-1aa678533f0d21f8696754b1a1f456827f249b1c.zip | |
Added the main logic for image processing and uploading and downloading images from an S3 Bucket
Diffstat (limited to 'backend/requirements.txt')
| -rw-r--r-- | backend/requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..bf3d422 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,5 @@ +flask +flask-cors +boto3 +opencv-python-headless +numpy |
