-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
31 lines (30 loc) · 1.12 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
attrs==21.4.0; python_version >= '3.7'
cattrs==22.1.0; python_version >= '3.7'
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3'
exceptiongroup==1.0.0rc5; python_version < '3.11'
idna==3.3; python_version >= '3'
importlib-resources==5.7.1; python_version < '3.9'
iniconfig==1.1.1
jsonschema==4.5.0
lkml==1.2.0
looker-sdk==22.4.0
packaging==21.3; python_version >= '3.6'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyparsing==3.0.8; python_full_version >= '3.6.8'
pyrsistent==0.18.1; python_version >= '3.7'
pytest==7.1.2
pyyaml==6.0
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
tomli==2.0.1; python_version >= '3.7'
typing-extensions==4.2.0; python_version >= '3.7'
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
zipp==3.8.0; python_version < '3.10'