From a3fc1922c84ab58270ebdddd0ecb7f7695d1dca8 Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:11:31 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index b463fb8d5..3e95db9b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ cron-descriptor==1.4.0 ; python_version >= "3.11" and python_version < "4.0" cryptography==41.0.3 ; python_version >= "3.11" and python_version < "4.0" dbt-copilot-python==0.1.3 ; python_version >= "3.11" and python_version < "4.0" defusedxml==0.7.1 ; python_version >= "3.11" and python_version < "4.0" +dj-database-url==2.1.0 ; python_version >= "3.11" and python_version < "4.0" django-audit-log-middleware==0.0.4 ; python_version >= "3.11" and python_version < "4.0" django-celery-beat==2.5.0 ; python_version >= "3.11" and python_version < "4.0" django-chunk-upload-handlers==0.0.13 ; python_version >= "3.11" and python_version < "4.0" @@ -89,6 +90,7 @@ soupsieve==2.4.1 ; python_version >= "3.11" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.11" and python_version < "4.0" telepath==0.3.1 ; python_version >= "3.11" and python_version < "4.0" tweepy==4.14.0 ; python_version >= "3.11" and python_version < "4.0" +typing-extensions==4.7.1 ; python_version >= "3.11" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.11" and python_version < "4.0" urllib3==1.26.16 ; python_version >= "3.11" and python_version < "4" vine==5.0.0 ; python_version >= "3.11" and python_version < "4.0"