-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathrequirements.txt
55 lines (37 loc) · 1.17 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
Rx==3.2.0
aiohttp==3.11.12; python_version > "3.8"
aiohttp==3.10.11; python_version == "3.8"
aioquic==1.2.0
asyncstdlib==3.13.0
asyncclick==8.1.8; python_version > "3.8"
asyncclick==8.1.7.2; python_version == "3.8"
coverage==6.5.0
coveralls==3.3.1
decoy==2.1.1
flake8==7.1.2
pytest-asyncio==0.25.3; python_version > "3.8"
pytest-asyncio==0.23.4; python_version == "3.8"
pytest-cov==4.1.0
pytest-profiling==1.8.1; python_version > "3.8"
pytest-profiling==1.7.0; python_version == "3.8"
pytest-rerunfailures==15.0; python_version > "3.8"
pytest-rerunfailures==14.0; python_version == "3.8"
pytest-timeout==2.3.1
pytest-xdist==3.6.1
pytest==8.3.4; python_version > "3.8"
pytest==7.4.4; python_version == "3.8"
quart==0.20.0; python_version > "3.8"
quart==0.19.9; python_version == "3.8"
reactivex==4.0.4
starlette==0.45.3; python_version > "3.8"
starlette==0.44.0; python_version == "3.8"
cbitstruct==1.1.0; python_version <= "3.12"
cloudevents==1.11.0
pydantic==1.10.21
Werkzeug==3.1.3; python_version > "3.8"
Werkzeug==3.0.6; python_version == "3.8"
graphql-core==3.2.3
gql==3.5.1
websockets==15.0; python_version > "3.8"
websockets==13.1; python_version == "3.8"
asyncwebsockets==0.9.4