Skip to content

Commit 713b66d

Browse files
committed
White space updates
pyproject-fmt fixes
1 parent 4fd4315 commit 713b66d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [ "poetry-core>=1.9.1" ]
99
name = "django-blasphemy"
1010
version = "0.1.0"
1111
description = ""
12-
authors = ["Ülgen Sarıkavak <ulgensrkvk@gmail.com>"]
12+
authors = [ "Ülgen Sarıkavak <ulgensrkvk@gmail.com>" ]
1313
package-mode = false
1414

1515
[tool.poetry.group.dev.dependencies]
@@ -29,11 +29,11 @@ parameterized = "0.9.0"
2929
tblib = "3.0.0"
3030
xkcdpass = "1.19.9"
3131
# Visualization
32-
pydot = "3.0.3" # For visualizing Django models with "graph_models --pydot"
32+
pydot = "3.0.3" # For visualizing Django models with "graph_models --pydot"
3333

3434
[tool.poetry.dependencies]
3535
python = "^3.13"
36-
celery = {extras = ["redis"], version = "5.4.0"}
36+
celery = { extras = [ "redis" ], version = "5.4.0" }
3737
Django = "5.1.4"
3838
djangorestframework = "3.15.2"
3939
django-admin-interface = "0.29.2"
@@ -50,7 +50,7 @@ flower = "2.0.1"
5050
GitPython = "3.1.43"
5151
gunicorn = "23.0.0"
5252
# https://docs.djangoproject.com/en/dev/releases/4.2/#psycopg-3-support
53-
psycopg = {extras = ["binary"], version = "3.2.3"}
53+
psycopg = { extras = [ "binary" ], version = "3.2.3" }
5454
rich = "13.9.4"
5555
sentry-sdk = "2.19.1"
5656
uuid7 = "0.1.0"

0 commit comments

Comments
 (0)