aboutsummaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-04-28 18:45:54 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-04-28 18:45:54 +0300
commit1aa678533f0d21f8696754b1a1f456827f249b1c (patch)
tree961327345074cb10d6fff10382028d82342d52ed /backend/requirements.txt
parente1e42fc6c17ba99b7cad940b3c3e1c97df959140 (diff)
downloadcloudrender-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.txt5
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