Skip to content

Commit

Permalink
Add PyYaml to requirements.txt
Browse files Browse the repository at this point in the history
Building on a fresh environment + virtualenv + in-tree build errors out
becayse PyYaml isn't installed. Adding to requirements.txt fixes that.
  • Loading branch information
rengolin committed Aug 8, 2022
1 parent 1ee8659 commit a068419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ wheel
setuptools
cmake
ninja
pyyaml

# Test Requirements
pillow

0 comments on commit a068419

Please sign in to comment.