mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
custom_requirements.txt: Add environment marker
Specify on which environments PyYAML should be installed to prevent failing pip install.
This commit is contained in:
parent
cbe1e1ee52
commit
668e5fb700
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Write requirements for running your custom commands in tox here:
|
||||
PyYAML
|
||||
PyYAML; python_version == '2.7' or python_version >= '3.5'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue