From 470900d21eb44c6e61d802ea1ccde68485a1ed80 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Mon, 8 Jan 2024 15:40:55 +0100 Subject: [PATCH] Fix dependencies order --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57c441ad6..4f8dcf7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ elastic-apm = "^6.10.1" hubspot-api-client = "^6.1.0" huey = "2.4.4" ipython = "^8.14.0" +openai = "^0.28.1" psycopg2-binary = "2.9.5" PyMySQL = "1.0.2" python = "^3.10.4" @@ -39,12 +40,11 @@ python-stdnum = "1.17" redis = "^3.5.3" requests = "^2.27.1" sentry-sdk = "1.25.1" +shortuuid = "^1.0.11" +sib-api-v3-sdk = "^7.6.0" wagtail = "^5.0.2" whitenoise = "6.3.0" xlwt = "1.3.0" -sib-api-v3-sdk = "^7.6.0" -shortuuid = "^1.0.11" -openai = "^0.28.1" [tool.poetry.group.dev.dependencies] black = "23.7.0"