-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (42 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
49 lines (42 loc) · 1.02 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
[tool.poetry]
name = "shared-flow-testing"
version = "0.0.1-alpha"
description = "TODO"
authors = [
#TODO add authors
]
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/shared-flow-testing"
homepage = "https://github.com/NHSDigital/shared-flow-testing"
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
package-mode = false
[tool.poetry.dependencies]
python = "^3.9.2"
requests = "^2.25.1"
cryptography = ">=46.0.5"
assertpy = "^1.1"
pytest-docker = "^3.1.0"
pytest-xdist = "^2.5.0"
pytest-sugar = "^0.9.4"
PyJWT = "^2.3.0"
python-dotenv = "^0.21.1"
pytest-rerunfailures = "^10.2"
pytest-nhsd-apim = "^3.3.9"
[tool.poetry.dev-dependencies]
flake8 = "^3.7.9"
black = "^23.0.0"
pip-licenses = "^2.0.1"
jinja2 = "^2.11.1"
pyyaml = "^5.2"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^2.9.0"
gitpython = "^3.1.34"
pytest = "^8.2"
coverage = "^5.5"
aiohttp = "^3.7.3"
pytest-asyncio = "^0.26.0"
[tool.poetry.scripts]
[tool.poetry.group.dev.dependencies]
flake8 = ">=3.7.9,<4.0.0"