generated from nhs-england-tools/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (54 loc) · 1.15 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
annotated-types = "==0.7.0"
azure-core = "==1.31.0"
azure-functions = "==1.21.3"
azure-storage-blob = "==12.23.1"
certifi = "==2024.8.30"
cffi = "==1.17.1"
charset-normalizer = "==3.4.0"
cryptography = "==43.0.3"
idna = "==3.10"
iniconfig = "==2.0.0"
isodate = "==0.7.2"
markdown-it-py = "==3.0.0"
mdurl = "==0.1.2"
packaging = "==24.1"
pycparser = "==2.22"
pydantic = "==2.9.2"
pydantic-core = "==2.23.4"
pyjwt = "==2.9.0"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.0.1"
requests = "==2.32.3"
shellingham = "==1.5.4"
six = "==1.16.0"
tqdm = "==4.66.6"
typing-extensions = "==4.12.2"
urllib3 = "==2.2.3"
exceptiongroup = "*"
[dev-packages]
anyio = "==4.6.2.post1"
click = "==8.1.7"
fastapi = "==0.115.4"
h11 = "==0.14.0"
multidict = "==6.1.0"
pact-python = "==2.2.2"
pluggy = "==1.5.0"
propcache = "==0.2.0"
psutil = "==6.1.0"
pygments = "==2.18.0"
pytest = "==8.3.3"
pytest-mock = "==3.14.0"
requests-mock = "==1.12.1"
rich = "==13.9.3"
sniffio = "==1.3.1"
starlette = "==0.41.2"
typer = "==0.12.5"
uvicorn = "==0.32.0"
yarl = "==1.17.1"
[requires]
python_version = "3.11"