Skip to content

Commit ed3c93e

Browse files
committed
rm poetry.lock
1 parent ae4a9fa commit ed3c93e

File tree

2 files changed

+3
-246
lines changed

2 files changed

+3
-246
lines changed

poetry.lock

-243
This file was deleted.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "django-object-actions"
33
version = "4.3.0"
44
description = "A Django app for adding object tools for models in the admin"
55
authors = [{ name = "crccheck", email = "[email protected]" }]
6-
license = "Apache-2.0"
6+
license = { text = "Apache-2.0" }
77
readme = "README.md"
88
# repository = "https://github.com/crccheck/django-object-actions"
99
keywords = ["django", "admin"]
@@ -25,8 +25,8 @@ classifiers = [
2525
dev = [
2626
"coverage==7.*",
2727
"django-extensions==3.*",
28-
"factory-boy == 3.*",
29-
"dj-database-url == 2.*",
28+
"factory-boy==3.*",
29+
"dj-database-url==2.*",
3030
"ruff",
3131
]
3232

0 commit comments

Comments
 (0)