forked from mozilla/bigquery-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
52 lines (52 loc) · 1.28 KB
/
requirements.in
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
attrs==23.2.0
authlib==1.3.1
black==24.2.0
cattrs==23.2.3
click==8.1.7
exceptiongroup==1.2.0 # for backwards compatibility with python < 3.11
flake8<5 # pytest-flake8 does not support flake8 5+
gcsfs==2024.2.0
gcloud==0.18.3
gitpython==3.1.42
google-auth>=2.30.0 # To try to fix "Compute Engine Metadata server call to universe/universe_domain returned 404" errors.
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage[fastavro]==2.24.0
google-cloud-storage==2.15.0
Jinja2==3.1.4
jsonschema==4.21.1
markdown-include==0.8.1
mdx_truly_sane_lists==1.3
mkdocs==1.5.3
mkdocs-material==9.5.12
mkdocs-awesome-pages-plugin==2.9.2
mozilla-metric-config-parser==2024.6.1
mozilla-schema-generator==0.5.1
pandas==2.2.1
pathos==0.3.2
pip-tools==7.4.1
pre-commit==3.6.2
pyarrow==15.0.1
pytest-black==0.3.12
pytest-flake8==1.1.1
pytest-isort==4.0.0
pytest-mypy==0.10.3
pytest-pydocstyle==2.3.2
pytest-xdist==3.5.0
pytest==7.4.3
PyYAML==6.0.1
rich-click==1.7.4
smart_open==6.4.0
sqlglot==22.1.0
sqlparse==0.5.0
stripe==6.4.0
symbolic==12.8.0
siggen==2.0.20231009
tomli==2.0.1 # for backwards compatibility with python < 3.11
types-python-dateutil==2.9.0.20240316
types-pytz==2024.1.0.20240203
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.20240311
types-ujson==5.9.0.0
typing==3.7.4.3
ujson==5.9.0
yamllint==1.35.1