forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
32 lines (24 loc) · 851 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
# 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 and py-markdown-table are used for pretty printing outputs that would otherwise
# be difficult to parse by a human
rich==13.*
py-markdown-table==0.3.*
# 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.7.*
escapism==1.*
# requests is used by deployer/cilogon_app.py
requests==2.*
# auth0 is used to communicate with Auth0's REST API that we support as a deployer sub-cmd
auth0-python==3.*