diff --git a/Dockerfile b/Dockerfile index c33afb42..19b60bf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,21 +1,20 @@ -FROM python:3.9.16-bullseye - -ENV PROJECT_DIR /app +# Use the official Python image from the Docker Hub +FROM python:3.11-slim +# Set the working directory in the container WORKDIR /app -RUN pip install pipenv -# COPY requirements.txt requirements.txt -# RUN pip install -r requirements.txt +# Copy the requirements file into the container +COPY requirements.txt ./ -WORKDIR ${PROJECT_DIR} -# COPY Pipfile . -# # COPY Pipfile.lock . +# Install the dependencies +RUN pip install --no-cache-dir -r requirements.txt -RUN pipenv install -# RUN pipenv install --system -# RUN pipenv install --system --deploy +# Copy the rest of the application code into the container COPY . . -# CMD ["python", "-m", "flask", "run", "--host=0.0.0.0"] -CMD ["pipenv", "run", "flask", "run", "--host=0.0.0.0"] +# Expose the port that Flask will run on +EXPOSE 5000 + +# Command to run the Flask app with live reload enabled (debug mode) +CMD ["flask", "run", "--host=0.0.0.0", "--port=5001", "--reload"] \ No newline at end of file diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (1).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (1).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (1).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (1).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (10).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (10).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (10).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (10).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (11).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (11).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (11).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (11).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (12).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (12).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (12).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (12).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (13).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (13).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (13).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (13).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (14).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (14).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (14).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (14).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (15).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (15).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (15).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (15).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (16).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (16).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (16).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (16).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (17).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (17).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (17).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (17).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (18).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (18).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (18).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (18).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (19).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (19).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (19).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (19).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (2).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (2).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (2).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (2).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (20).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (20).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (20).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (20).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (21).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (21).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (21).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (21).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (22).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (22).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (22).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (22).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (23).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (23).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (23).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (23).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (24).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (24).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (24).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (24).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (25).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (25).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (25).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (25).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (3).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (3).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (3).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (3).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (4).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (4).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (4).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (4).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (5).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (5).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (5).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (5).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (6).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (6).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (6).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (6).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (7).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (7).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (7).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (7).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (8).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (8).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (8).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (8).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above (9).jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (9).jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above (9).jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above (9).jpeg diff --git a/buckets/zoodex/iguanasFromAbove/Iguanas from Above.jpeg b/buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above.jpeg similarity index 100% rename from buckets/zoodex/iguanasFromAbove/Iguanas from Above.jpeg rename to buckets/zoodex/zoodex-iguanasFromAbove/Iguanas from Above.jpeg diff --git a/buckets/zoodex/zoodex-nestQuestGo/78344243-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/78344243-1.jpeg new file mode 100644 index 00000000..14a57d07 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/78344243-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/78344243-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/78344243-2.jpeg new file mode 100644 index 00000000..fa42efce Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/78344243-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81565691-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81565691-1.jpeg new file mode 100644 index 00000000..48b61abe Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81565691-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81565691-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81565691-2.jpeg new file mode 100644 index 00000000..9f336058 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81565691-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81565879-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81565879-1.jpeg new file mode 100644 index 00000000..47ee124b Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81565879-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81565879-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81565879-2.jpeg new file mode 100644 index 00000000..c74e4342 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81565879-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81768576-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81768576-1.jpeg new file mode 100644 index 00000000..b185dc15 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81768576-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81768576-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81768576-2.jpeg new file mode 100644 index 00000000..60927182 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81768576-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81769484-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81769484-1.jpeg new file mode 100644 index 00000000..04dfbdf4 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81769484-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81769484-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81769484-2.jpeg new file mode 100644 index 00000000..e1dee6a4 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81769484-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81769920-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81769920-1.jpeg new file mode 100644 index 00000000..842ffb6d Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81769920-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81769920-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81769920-2.jpeg new file mode 100644 index 00000000..40dbe34c Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81769920-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81770065-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81770065-1.jpeg new file mode 100644 index 00000000..282550a1 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81770065-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81770065-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81770065-2.jpeg new file mode 100644 index 00000000..f9973140 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81770065-2.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81770079-1.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81770079-1.jpeg new file mode 100644 index 00000000..1ed5211f Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81770079-1.jpeg differ diff --git a/buckets/zoodex/zoodex-nestQuestGo/81770079-2.jpeg b/buckets/zoodex/zoodex-nestQuestGo/81770079-2.jpeg new file mode 100644 index 00000000..99482126 Binary files /dev/null and b/buckets/zoodex/zoodex-nestQuestGo/81770079-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-1.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-1.jpeg new file mode 100644 index 00000000..71e74e44 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-1.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-2.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-2.jpeg new file mode 100644 index 00000000..51551266 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-3.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-3.jpeg new file mode 100644 index 00000000..fef23620 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-3.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-4.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-4.jpeg new file mode 100644 index 00000000..ed3ca5c6 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-4.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-5.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-5.jpeg new file mode 100644 index 00000000..ae3ac289 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69752499-5.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-1.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-1.jpeg new file mode 100644 index 00000000..39f3fd53 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-1.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-2.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-2.jpeg new file mode 100644 index 00000000..3e4c6e04 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-3.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-3.jpeg new file mode 100644 index 00000000..b589f272 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-3.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-4.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-4.jpeg new file mode 100644 index 00000000..acf29be3 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-4.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-5.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-5.jpeg new file mode 100644 index 00000000..750dd3c7 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69775477-5.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-1.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-1.jpeg new file mode 100644 index 00000000..81a2f433 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-1.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-2.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-2.jpeg new file mode 100644 index 00000000..caabc807 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-3.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-3.jpeg new file mode 100644 index 00000000..dc0e938c Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-3.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-4.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-4.jpeg new file mode 100644 index 00000000..49c2163c Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-4.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-5.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-5.jpeg new file mode 100644 index 00000000..f12aa662 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/69776413-5.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-1.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-1.jpeg new file mode 100644 index 00000000..73e0229d Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-1.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-2.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-2.jpeg new file mode 100644 index 00000000..dae5c17d Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-3.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-3.jpeg new file mode 100644 index 00000000..5d0573b8 Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/80753055-3.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-1.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-1.jpeg new file mode 100644 index 00000000..27a27aaa Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-1.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-2.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-2.jpeg new file mode 100644 index 00000000..5ff1df6a Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-2.jpeg differ diff --git a/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-3.jpeg b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-3.jpeg new file mode 100644 index 00000000..d481b46f Binary files /dev/null and b/buckets/zoodex/zoodex-southCoastFaunaRecovery/95815069-3.jpeg differ diff --git a/requirements.txt b/requirements.txt index 5daf254f..3b29ae75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ -flask -psycopg2 -Flask-SQLAlchemy -lightkurve \ No newline at end of file +Flask==2.3.0 +python-dotenv \ No newline at end of file