We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4a9fa commit ed3c93eCopy full SHA for ed3c93e
poetry.lock
pyproject.toml
@@ -3,7 +3,7 @@ name = "django-object-actions"
3
version = "4.3.0"
4
description = "A Django app for adding object tools for models in the admin"
5
authors = [{ name = "crccheck", email = "[email protected]" }]
6
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
7
readme = "README.md"
8
# repository = "https://github.com/crccheck/django-object-actions"
9
keywords = ["django", "admin"]
@@ -25,8 +25,8 @@ classifiers = [
25
dev = [
26
"coverage==7.*",
27
"django-extensions==3.*",
28
- "factory-boy == 3.*",
29
- "dj-database-url == 2.*",
+ "factory-boy==3.*",
+ "dj-database-url==2.*",
30
"ruff",
31
]
32
0 commit comments