Skip to content

Commit

Permalink
Fix dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 8, 2024
1 parent 7ee3442 commit 470900d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ 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"
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"
Expand Down

0 comments on commit 470900d

Please sign in to comment.