Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 3c1a307

Browse files
authored
Update comments in requirements.txt files. (#114)
1 parent c6a9bf0 commit 3c1a307

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

python3.6/requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Requirements.txt contains a list of dependencies for the Python Application #
1+
# This requirements.txt file contains the list of packages included in the Python 3.6 runtime.
2+
#
3+
# These packages are guaranteed to be included. Ensure that your action code only uses the listed ones.
4+
# Other Python packages might be part of the runtime, but only due to indirect dependencies of
5+
# the listed packages. These indirectly included packages are candidates to be removed
6+
# at any time in case they are not required by the referring package anymore.
7+
28

39
# Setup modules
410
gevent == 1.4.0

python3.7/requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Requirements.txt contains a list of dependencies for the Python Application #
1+
# This requirements.txt file contains the list of packages included in the Python 3.7 runtime.
2+
#
3+
# These packages are guaranteed to be included. Ensure that your action code only uses the listed ones.
4+
# Other Python packages might be part of the runtime, but only due to indirect dependencies of
5+
# the listed packages. These indirectly included packages are candidates to be removed
6+
# at any time in case they are not required by the referring package anymore.
7+
28

39
# Setup modules
410
gevent == 1.4.0

0 commit comments

Comments
 (0)