-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (34 loc) · 1.03 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "django_layui29"
version = "0.4.1"
description = ""
authors = ["svtter <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
django = "<6.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-xdist = "^3.0.2"
pytest-django = "^4.5.2"
pre-commit = "^2.20.0"
mkdocs = "^1.4.3"
djlint = "^1.34.1"
bumpversion = "^0.6.0"
twine = "^5.0.0"
[tool.poetry.group.tables.dependencies]
django-tables2 = "^2.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
# -- FILE: pytest.ini (or tox.ini)
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "conf.settings"
# -- recommended but optional:
python_files = "tests.py test_*.py *_tests.py"
addopts = "-n3"
[tool.poetry.urls]
homepage = "https://github.com/Svtter/django-layui"
repository = "https://github.com/Svtter/django-layui.git"
changelog = "https://github.com/Svtter/django-layui/blob/master/CHANGELOG.md"
bugs = "https://github.com/Svtter/django-layui/issues"
# sponsor = "https://github.com/sponsors/svtter"