Skip to content

Commit 97d6747

Browse files
committed
update comments in requirements files
1 parent f68d78c commit 97d6747

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

requirements/requirements_test.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# This file is used for generating python requirements list "requirements_test.txt".
2+
# It includes the additional packages needed to be installed to run nose/pytests for
3+
# the IBM Spectrum Scale Performance Monitoring bridge for Grafana using CI/CD circleci workflows.
4+
#
5+
# To update, run:
6+
#
7+
# $ pip-compile requirements_test.in --output-file requirements_test.txt
8+
#
19
nose
210
pytest
311
coverage

requirements/requirements_ubi8.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# This file is used for generating python requirements list on top of the redhat UBI8 image.
1+
# This file is used for generating python requirements list "requirements_ubi8.txt".
2+
# It includes the packages needed to be installed to run the IBM Spectrum Scale Performance Monitoring bridge for Grafana
3+
# in an OpenShift production environment, on top of the redhat UBI8 image.
4+
#
25
# To update, run:
36
#
47
# $ pip-compile requirements_ubi8.in --output-file requirements_ubi8.txt

0 commit comments

Comments
 (0)