forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup requirements.txt and dev-requirements.txt
- Loading branch information
1 parent
9a4e5e9
commit 0d3b0d5
Showing
7 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
pytest | ||
pytest-asyncio | ||
# These requirements represents the needs for doing various tasks in this git | ||
# repo besides using the deployer script. | ||
# | ||
|
||
# chartpress is relevant to build and push helm-charts/images/hub/Dockerfile and | ||
# update basehub's default values to reference the new image. | ||
chartpress | ||
|
||
# requests is used by extra_scripts/rsync-active-users.py | ||
requests | ||
beautifulsoup4 | ||
|
||
# rich is used by extra_scripts/count-auth0-apps.py | ||
rich |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
backoff | ||
chartpress | ||
# 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 | ||
|
||
# auth0 is used to communicate with Auth0's REST API that we integrate with in | ||
# various ways. | ||
auth0-python | ||
jhub-client==0.1.4 | ||
|
||
# jsonschema is used for validating cluster.yaml configurations | ||
jsonschema | ||
|
||
# jhub_client, pytest, and pytest_asyncio are used for our health checks | ||
jhub-client==0.1.4 | ||
pytest | ||
pytest-asyncio |