generated from communitiesuk/funding-service-design-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
58 lines (53 loc) · 1.24 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
57
58
[project]
name = "funding-service-design-assessment"
version = "0.1.1"
description = "The funding service design frontend for the DLUHC."
authors = ["Version One"]
license = "MIT License"
requires-python = "~=3.10.0"
dependencies = [
"babel==2.16.0",
"beautifulsoup4==4.12.2",
"boto3==1.35.7",
"connexion==3.1.0",
"cssmin==0.2.0",
"email-validator==2.2.0",
"flask==2.3.3",
"flask-assets==2.1.0",
"flask-babel==2.0.0",
"flask-compress==1.15",
"flask-talisman==1.1.0",
"flask-wtf==1.2.1",
"funding-service-design-utils==2.0.52",
"govuk-frontend-jinja==3.2.0",
"jsmin==3.0.1",
"num2words==0.5.13",
"openapi-spec-validator==0.7.1",
"pyopenssl==24.2.1",
"pyscss==1.4.0",
"requests==2.32.3",
"swagger-ui-bundle==1.1.0",
"xhtml2pdf==0.2.16",
]
[tool.isort]
profile = "black"
force_single_line = "true"
[tool.flake8]
max-line-length = 120
count = true
[tool.uv]
[dependency-groups]
dev = [
"beautifulsoup4==4.12.2",
"black==24.8.0",
"boto3==1.35.7",
"debugpy==1.8.5",
"deepdiff==8.0.0",
"flake8-pyproject==1.2.3",
"invoke==2.2.0",
"pre-commit==4.0.1",
"pytest==8.3.2",
"pytest-env==1.1.3",
"pytest-flask==1.3.0",
"pytest-mock==3.14.0",
]