From 90f448289e4197757ec44cbdf207fbd15ab98fee Mon Sep 17 00:00:00 2001 From: Konstantin Raikhert Date: Fri, 11 Oct 2024 11:39:50 +0300 Subject: [PATCH] fix deploy --- poetry.lock | 2 +- pyproject.toml | 1 + requirements/production.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index a1183e6a..8900ba60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2252,4 +2252,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bb48eec0cc179db16d468f6afce009c4b55a23e62a37f07786b1ba16d67a2828" +content-hash = "d7a1be4f029792c48d24b76a9e4496f09a646acd664d60de5880976371659564" diff --git a/pyproject.toml b/pyproject.toml index cd562bd9..53b87c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ pytest-subtests = "^0.12.1" djangorestframework = "^3.15.1" django-debug-toolbar = "^4.4.6" +python-dateutil = "^2.9.0.post0" [tool.poetry.group.dev.dependencies] setuptools = "^70.0.0" diff --git a/requirements/production.txt b/requirements/production.txt index 98306587..e58b56a9 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -23,6 +23,8 @@ psycopg2-binary==2.9.9 ; python_version >= "3.11" and python_version < "4.0" pytest-django==4.8.0 ; python_version >= "3.11" and python_version < "4.0" pytest-subtests==0.12.1 ; python_version >= "3.11" and python_version < "4.0" pytest==8.2.2 ; python_version >= "3.11" and python_version < "4.0" +python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0" +six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" sqlparse==0.5.0 ; python_version >= "3.11" and python_version < "4.0" types-openpyxl==3.1.4.20240626 ; python_version >= "3.11" and python_version < "4.0" types-python-dateutil==2.9.0.20240316 ; python_version >= "3.11" and python_version < "4.0"