-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
84 lines (80 loc) · 1.86 KB
/
Copy pathpyproject.toml
File metadata and controls
84 lines (80 loc) · 1.86 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[tool.black]
line-length = 100
target-version = ['py313']
exclude = '''
/(
\.eggs
| \.git
| \.mypy_cache
| \.venv
| \.env
| _build
| .venv
| tests-reports
)/
'''
[tool.poetry]
name = "djangosaml2idp2"
version = "0.10.0"
description = "Forked from the original https://github.com/OTA-Insight/djangosaml2idp to provide bugfixes and upgrades to python and django support."
authors = ["Department for Business and Trade Platform Team <sre-team@digital.trade.gov.uk>"]
readme = "README.rst"
license = "MIT"
packages = [{ include = "djangosaml2idp" }]
[tool.poetry.requires-plugins]
poetry-plugin-export = "1.8.0"
poetry-plugin-shell = "1.0.1"
[tool.poetry.dependencies]
python = ">=3.11,<4.0"
appdirs = ">=1.4.4"
arrow = "^1.4.0"
attrs = ">=25.3.0"
certifi = ">=2025.6.15"
cffi = ">=1.17.1"
cfgv = ">=3.4.0"
chardet = ">=5.2.0"
click = ">=8.2.1"
codecov = ">=2.1.13"
coverage = ">=7.9.1"
cryptography = ">=46.0.6"
defusedxml = ">=0.7.1"
distlib = ">=0.3.9"
django = ">=5.2,<6"
elementpath = ">=4.8.0"
filelock = ">=3.20.3"
flake8 = ">=7.2.0"
identify = ">=2.6.12"
idna = ">=3.15"
importlib-resources = ">=6.5.2"
iniconfig = ">=2.1.0"
nodeenv = ">=1.9.1"
packaging = ">=25.0"
pip = ">=26.1"
pip-tools = ">=7.4.1"
pluggy = ">=1.6.0"
pre-commit = ">=3.5.0,<4.0.0"
pycparser = ">=2.22"
pygments = ">=2.20.0"
pyopenssl = ">=26.0.0"
pyparsing = ">=3.2.3"
pysaml2 = { git = "https://github.com/uktrade/pysaml2.git", tag = "v7.6.0" }
pytest = ">=9.0.3"
pytest-cov = ">=6.2.1"
pytest-django = "^4.12.0"
pytest-mock = "^3.15.1"
python-dateutil = ">=2.9.0"
pytz = ">=2025.2"
pyyaml = ">=6.0.2"
requests = ">=2.33.0"
requests-mock = ">=1.12.1"
setuptools = ">=79.0.1"
six = ">=1.17.0"
snowballstemmer = ">=3.0.1"
sqlparse = ">=0.5.4"
toml = ">=0.10.2"
urllib3 = ">=2.7.0"
virtualenv = ">=20.31.2"
wheel = "^0.47.0"
xmlschema = ">=2.5.1"
[tool.poetry-plugin-export]
poetry-plugin-export = "1.8.0"