Skip to content

Commit e8b032e

Browse files
committed
Sort dependencies
1 parent a63b1c8 commit e8b032e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = ["Code-Apprentice <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.9"
9-
opencv-python = "^4.6.0"
109
Django = "^4.1.3"
11-
environs = "^9.5.0"
12-
gunicorn = "^20.1.0"
1310
celery = "^5.2.7"
11+
environs = "^9.5.0"
1412
firebase-admin = "^6.1.0"
13+
gunicorn = "^20.1.0"
14+
opencv-python = "^4.6.0"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.2.0"

0 commit comments

Comments
 (0)