forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (37 loc) · 1.13 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
# This file represents the needs for the deployer script to function, while the
# dev-requirements.txt file represents the needs in this repo in general.
#
# ruamel.yaml is used to read and write .yaml files.
ruamel.yaml==0.18.*
# jsonschema is used for validating cluster.yaml configurations
jsonschema==4.*
# rich, py-markdown-table, tabulate are used for pretty printing outputs that would otherwise
# be difficult to parse by a human
rich==13.*
py-markdown-table==1.1.*
tabulate==0.9.*
# jhub_client, pytest, and pytest-asyncio are used for our health checks
jhub-client==0.1.*
pytest
pytest-asyncio
# Used to generate templates
jinja2==3.*
# Used for the debug CLI
typer==0.12.*
escapism==1.*
# Used for GCP billing management
pandas
numpy==2.*
pandera
prometheus_pandas
pytest-mock
google-cloud-bigquery[pandas]==3.*
gspread==6.*
# requests is used by deployer/commands/cilogon.py
requests==2.*
# this is used by the generator of dedicated cluster files deployer/commands/dedicated_cluster
GitPython==3.*
# Used to parse units that kubernetes understands (like GiB)
kubernetes
# Used to perform regex searches on JSON objects
jmespath