network/custom_requirements.txt
Jiri Kucera 668e5fb700 custom_requirements.txt: Add environment marker
Specify on which environments PyYAML should be installed to prevent
failing pip install.
2020-01-09 16:09:31 +01:00

4 lines
158 B
Text

# SPDX-License-Identifier: MIT
# Write requirements for running your custom commands in tox here:
PyYAML; python_version == '2.7' or python_version >= '3.5'