File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [ "poetry-core>=1.9.1" ]
99name = " django-blasphemy"
1010version = " 0.1.0"
1111description = " "
12- authors = [" Ülgen Sarıkavak <ulgensrkvk@gmail.com>" ]
12+ authors = [ " Ülgen Sarıkavak <ulgensrkvk@gmail.com>" ]
1313package-mode = false
1414
1515[tool .poetry .group .dev .dependencies ]
@@ -29,11 +29,11 @@ parameterized = "0.9.0"
2929tblib = " 3.0.0"
3030xkcdpass = " 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 ]
3535python = " ^3.13"
36- celery = {extras = [" redis" ], version = " 5.4.0" }
36+ celery = { extras = [ " redis" ], version = " 5.4.0" }
3737Django = " 5.1.4"
3838djangorestframework = " 3.15.2"
3939django-admin-interface = " 0.29.2"
@@ -50,7 +50,7 @@ flower = "2.0.1"
5050GitPython = " 3.1.43"
5151gunicorn = " 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" }
5454rich = " 13.9.4"
5555sentry-sdk = " 2.19.1"
5656uuid7 = " 0.1.0"
You can’t perform that action at this time.
0 commit comments