-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
26 lines (26 loc) · 1.77 KB
/
Copy pathrequirements.txt
File metadata and controls
26 lines (26 loc) · 1.77 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
aiohttp==3.8.1; python_version >= "3.6"
aiosignal==1.2.0; python_version >= "3.6"
anyio==3.4.0; python_full_version >= "3.6.2" and python_version >= "3.6"
async-timeout==4.0.1; python_version >= "3.6"
asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6"
attrs==21.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
cffi==1.15.0; python_version >= "3.6"
charset-normalizer==2.0.8; python_full_version >= "3.5.0" and python_version >= "3.6"
contextlib2==21.6.0; python_version < "3.7" and python_version >= "3.6"
contextvars==2.4; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.7"
cryptography==36.0.0; python_version >= "3.6"
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7" and python_full_version >= "3.6.2"
frozenlist==1.2.0; python_version >= "3.6"
gidgethub==5.0.1; python_version >= "3.6"
idna-ssl==1.1.0; python_version < "3.7" and python_version >= "3.6"
idna==3.3; python_version < "3.7" and python_version >= "3.6" and python_full_version >= "3.6.2"
immutables==0.16; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.7"
multidict==5.2.0; python_version >= "3.6"
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0"
pyjwt==2.3.0; python_version >= "3.6"
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
starlette==0.17.1; python_version >= "3.6"
typing-extensions==4.0.1; python_version < "3.7" and python_version >= "3.6" and python_full_version >= "3.6.2"
uritemplate==4.1.1; python_version >= "3.6"
yarl==1.7.2; python_version >= "3.6"