-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathrequirements.txt
63 lines (63 loc) · 1.9 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
-i https://pypi.org/simple
aiohttp==3.8.6
aiosignal==1.3.1; python_version >= '3.7'
appdirs==1.4.4
async-timeout==4.0.3; python_version >= '3.7'
attrs==24.2.0; python_version >= '3.7'
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
boto3==1.28.44
botocore==1.31.44
certifi==2023.7.22
chardet==5.2.0
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
contextlib2==21.6.0
decorator==5.1.1
diff-cover==9.2.0; python_full_version >= '3.8.10' and python_full_version < '4.0.0'
dill==0.3.7
dynaconf==3.2.2
exceptiongroup==1.2.2; python_version < '3.11'
frozenlist==1.4.1; python_version >= '3.8'
gql[aiohttp]==3.4.1
graphql-core==3.2.3
idna==3.4
iniconfig==2.0.0; python_version >= '3.7'
jinja2==3.1.4; python_version >= '3.7'
jmespath==1.0.1
jsonlines==4.0.0
jsonpath-ng==1.5.3
jsonschema==4.23.0
jsonschema-specifications==2023.12.1; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
multidict==6.1.0; python_version >= '3.8'
nested-lookup==0.2.25
packaging==23.1
panther-core==0.11.2
pathspec==0.12.1; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
ply==3.11
policyuniverse==1.5.1.20230817
pygments==2.18.0; python_version >= '3.8'
pytest==8.3.3; python_version >= '3.8'
python-dateutil==2.8.2
pyyaml==6.0.2; python_version >= '3.8'
referencing==0.35.1; python_version >= '3.8'
regex==2024.7.24; python_version >= '3.8'
requests==2.31.0
rpds-py==0.20.0; python_version >= '3.8'
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.7
s3transfer==0.6.2
schema==0.7.5
semver==2.13.0
six==1.16.0
sqlfluff==2.3.1
tblib==3.0.0; python_version >= '3.8'
toml==0.10.2; python_version < '3.11'
tomli==2.0.1; python_version < '3.11'
tqdm==4.66.5; python_version >= '3.7'
typing-extensions==4.7.1
urllib3==1.26.18
wrapt==1.15.0
yarl==1.11.1; python_version >= '3.8'