generated from thclark/django-rabid-armadillo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
56 lines (52 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[tool.poetry]
name = "django-twined"
version = "0.8.6"
description = "A django app to manage octue services"
authors = ["Tom Clark <[email protected]>", "Marcus Lugg <[email protected]>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
repository = "https://github.com/octue/django-twined"
keywords = ["django", "services", "octue", "twined"]
packages = [{ include = "django_twined" },]
[tool.poetry.dependencies]
python = ">=3.9,<4"
django = ">=3.0,<5.1"
octue = ">=0.52.0,<1"
django-gcp = ">=0.11.5,<=0.13"
django-jsoneditor = "^0.2.2"
django-model-utils = "^4.2.0"
[tool.poetry.group.dev.dependencies]
channels = ">=3.0,<5.0"
coverage = "^6.2"
django-dramatiq = "^0.10.0"
django-extensions = "^3.1.5"
django-test-migrations = "^1.2.0"
factory-boy = "^3.2.1"
pre-commit = "^2.17.0"
psycopg2-binary = "^2.9.4"
pylint-django = "^2.5.3"
pytest = "^7.1.3"
pytest-asyncio = "^0.18.1"
pytest-django = "^4.5.2"
pytest-sugar = "^0.9.4"
pytest-cov = ">=4,<5"
sphinx-rtd-theme = "^1.0.0"
sphinx-tabs = "^3.2.0"
Sphinx = "^4.4.0"
tox = "^3.24.5"
tox-gh-actions = "^2.9.1"
tox-poetry = "^0.4.1"
icecream = "^2.1.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"