forked from PADAS/gundi-integration-action-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
143 lines (143 loc) · 2.68 KB
/
requirements.txt
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements-base.in requirements-dev.in requirements.in
#
aiohttp==3.9.5
# via gcloud-aio-auth
aiosignal==1.3.1
# via aiohttp
anyio==3.7.1
# via
# fastapi
# httpcore
# starlette
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.2.0
# via aiohttp
backoff==2.2.1
# via gcloud-aio-auth
certifi==2024.6.2
# via
# httpcore
# httpx
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via gcloud-aio-auth
click==8.1.7
# via
# -r requirements-base.in
# uvicorn
cryptography==42.0.8
# via gcloud-aio-auth
environs==9.5.0
# via
# -r requirements-base.in
# gundi-client-v2
exceptiongroup==1.2.1
# via
# anyio
# pytest
fastapi==0.103.2
# via -r requirements-base.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gcloud-aio-auth==5.3.1
# via gcloud-aio-pubsub
gcloud-aio-pubsub==6.0.1
# via -r requirements-base.in
gundi-client-v2==2.3.8
# via -r requirements-base.in
gundi-core==1.7.1
# via
# -r requirements-base.in
# gundi-client-v2
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via
# gundi-client-v2
# respx
idna==3.7
# via
# anyio
# httpx
# yarl
iniconfig==2.0.0
# via pytest
marshmallow==3.21.3
# via environs
multidict==6.0.5
# via
# aiohttp
# yarl
packaging==24.1
# via
# marshmallow
# pytest
pluggy==1.5.0
# via pytest
prometheus-client==0.20.0
# via gcloud-aio-pubsub
pycparser==2.22
# via cffi
pydantic==1.10.16
# via
# -r requirements-base.in
# fastapi
# gundi-client-v2
# gundi-core
pyjq==2.6.0
# via -r requirements-base.in
pyjwt==2.8.0
# via gcloud-aio-auth
pytest==7.4.4
# via
# -r requirements-dev.in
# pytest-asyncio
# pytest-mock
pytest-asyncio==0.21.2
# via -r requirements-dev.in
pytest-mock==3.12.0
# via -r requirements-dev.in
python-dotenv==1.0.1
# via environs
python-json-logger==2.0.7
# via -r requirements-base.in
redis==5.0.5
# via -r requirements-base.in
respx==0.20.2
# via gundi-client-v2
sniffio==1.3.1
# via
# anyio
# httpcore
# httpx
stamina==23.2.0
# via -r requirements-base.in
starlette==0.27.0
# via fastapi
tenacity==8.3.0
# via stamina
tomli==2.0.1
# via pytest
typing-extensions==4.12.2
# via
# fastapi
# pydantic
# uvicorn
uvicorn==0.23.2
# via -r requirements-base.in
yarl==1.9.4
# via aiohttp