From a1f9b73b53b44819b512aad7222f75e0be1b11cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Sep 2023 11:45:19 +0000 Subject: [PATCH] ci[setup]: sync dependencies [skip ci] --- setup.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68d4bb33..083b7012 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,9 @@ # DO NOT edit these manually. Instead, update the Pipfile. install_requires=[ "asgiref==3.7.2; python_version >= '3.7'", + "certifi==2023.7.22; python_version >= '3.6'", + "cfl-common==6.36.0", + "charset-normalizer==3.2.0; python_full_version >= '3.7.0'", "click==8.1.7; python_version >= '3.7'", "django==3.2.20", "django-countries==7.3.1", @@ -39,16 +42,26 @@ "django-two-factor-auth==1.13.2", "djangorestframework==3.13.1", "flask==2.2.3", + "idna==3.4; python_version >= '3.5'", "importlib-metadata==4.13.0", "itsdangerous==2.1.2; python_version >= '3.7'", "jinja2==3.1.2; python_version >= '3.7'", "markupsafe==2.1.3; python_version >= '3.7'", + "numpy==1.24.4; python_version >= '3.8'", + "pandas==2.0.3; python_version >= '3.8'", + "pgeocode==0.4.0; python_version >= '3.8'", "pydantic==1.10.7", + "pyjwt==2.6.0; python_version >= '3.7'", "pypng==0.20220715.0", + "python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "pytz==2023.3.post1", "qrcode==7.4.2; python_version >= '3.7'", + "requests==2.31.0; python_version >= '3.7'", + "six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "sqlparse==0.4.4; python_version >= '3.5'", - "typing-extensions==4.7.1; python_version >= '3.7'", + "typing-extensions==4.8.0; python_version >= '3.8'", + "tzdata==2023.3; python_version >= '2'", + "urllib3==2.0.4; python_version >= '3.7'", "werkzeug==2.3.7; python_version >= '3.8'", "zipp==3.16.2; python_version >= '3.8'", ],