generated from yunojuno/poetry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update classifiers (remove Django 3.2)
- Loading branch information
1 parent
57fb648
commit 8357213
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
[tool.poetry] | ||
name = "django-anonymise" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "Django app used to manage production data anonymisation." | ||
license = "MIT" | ||
authors = ["YunoJuno <[email protected]>"] | ||
maintainers = ["YunoJuno <[email protected]>"] | ||
readme = "README.md" | ||
readme = "README" | ||
homepage = "https://github.com/yunojuno/django-anonymiser" | ||
repository = "https://github.com/yunojuno/django-anonymiser" | ||
documentation = "https://github.com/yunojuno/django-anonymiser" | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Web Environment", | ||
"Framework :: Django", | ||
"Framework :: Django :: 3.2", | ||
"Framework :: Django :: 4.0", | ||
"Framework :: Django :: 4.1", | ||
"Framework :: Django :: 4.2", | ||
"Framework :: Django :: 5.0", | ||
"License :: OSI Approved :: MIT License", | ||
|
@@ -33,16 +29,18 @@ django = "^3.2 || ^4.0 || ^5.0" | |
psycopg2-binary = { version = "*", optional = true } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
dj-database-url = "*" | ||
black = "*" | ||
coverage = "*" | ||
freezegun = "*" | ||
mypy = "*" | ||
pre-commit = "*" | ||
ruff = "*" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
coverage = "*" | ||
dj-database-url = "*" | ||
freezegun = "*" | ||
pytest = "*" | ||
pytest-cov = "*" | ||
pytest-django = "*" | ||
ruff = "*" | ||
tox = "*" | ||
|
||
[tool.poetry.extras] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters