This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
+
2
8
3
9
# Setup modules
4
10
gevent == 1.4.0
Original file line number Diff line number Diff line change 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
+
2
8
3
9
# Setup modules
4
10
gevent == 1.4.0
You can’t perform that action at this time.
0 commit comments