mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
28 lines
650 B
TOML
28 lines
650 B
TOML
[tool.poetry]
|
|
name = "django-modeltranslation"
|
|
version = "0.16.1"
|
|
description = "Translates Django models using a registration approach."
|
|
authors = ["Peter Eschler <peschler@gmail.com>"]
|
|
maintainers = ["Serhii Tereshchenko <serg.partizan@gmail.com>"]
|
|
packages = [
|
|
{ include = "modeltranslation" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.7,<4"
|
|
django = ">=2.2"
|
|
six = "^1.15.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pdbpp = "^0.10.2"
|
|
flake8 = "^3.7.9"
|
|
black = "^21.9b0"
|
|
pytest-cov = "^3.0.0"
|
|
pytest = "^7.1.2"
|
|
pytest-sugar = "^0.9.5"
|
|
pytest-django = "^4.5.2"
|
|
django-types = "^0.15.0"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
skip-string-normalization = true
|