Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore pip-tools for dependency management #1081

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ instead of forking it.

This repository contains several projects with different technologies. Depending on the project that you selected
you will run:
- `pip install -r requirements.txt requirements-dev.txt` for python projects (strongly consider using a [virtual environment](https://docs.python.org/3/library/venv.html)!).
- `pip install -r requirements-dev.txt` for python projects (strongly consider using a [virtual environment](https://docs.python.org/3/library/venv.html)!).
- `helm dependency build` for helm.
- `terraform init` for terraform.

Expand Down
20 changes: 20 additions & 0 deletions client/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-r requirements.in
coverage
pylint
nbqa
treon
pytest
pytest-randomly
mypy
mypy-extensions
jupyter-sphinx
nbsphinx
sphinx-autodoc-typehints
reno
# Black's formatting rules can change between major versions, so we use
# the ~= specifier for it.
black[jupyter]
requests-mock
testcontainers
tox
pip-tools
Loading
Loading