forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (31 loc) · 929 Bytes
/
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
# 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.17.*
# 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==0.4.*
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.9.*
escapism==1.*
# Used for GCP billing management
pandas
pandera
prometheus_pandas
pytest-mock
google-cloud-bigquery==3.11.*
google-cloud-bigquery[pandas]==3.11.*
gspread==5.10.*
# requests is used by deployer/cilogon_app.py
requests==2.*