Commit
·
f13e98b
1
Parent(s):
391712c
Added python-dotenv to requirements file
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -23,6 +23,7 @@ spaczz==0.6.1
|
|
23 |
# The following version includes rotation and image zoom options
|
24 |
https://github.com/seanpedrick-case/gradio_image_annotator/releases/download/v0.3.0/gradio_image_annotation-0.3.0-py3-none-any.whl
|
25 |
rapidfuzz==3.12.1
|
|
|
26 |
numpy==1.26.4
|
27 |
awslambdaric==3.0.1
|
28 |
|
|
|
23 |
# The following version includes rotation and image zoom options
|
24 |
https://github.com/seanpedrick-case/gradio_image_annotator/releases/download/v0.3.0/gradio_image_annotation-0.3.0-py3-none-any.whl
|
25 |
rapidfuzz==3.12.1
|
26 |
+
python-dotenv==1.0.1
|
27 |
numpy==1.26.4
|
28 |
awslambdaric==3.0.1
|
29 |
|