Merge pull request #333 from donn/patch-1

Work Around pypa/pip#10237
This commit is contained in:
Tim Ansell 2021-08-05 15:38:23 -07:00 committed by GitHub
commit c094b6e83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ dependencies:
- netlistsvg
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt

View File

@ -22,4 +22,4 @@ dependencies:
- pip
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt