Closed stiliajohny closed 2 years ago
https://github.com/Comcast/xGitGuard/blob/ae109f5f91b2fa58ff9434e0ca6adbfbb3c0162c/requirements.txt
While executing the /xgitguard/models/models.py the library pyyaml is missing Would you consider adding this to the requirements.txt
/xgitguard/models/models.py
pyyaml
requirements.txt
@stiliajohny - Added a simple Pull Request for this. If it gets approved hopefully this should be resolved :).
Added the required dependency in latest code. Thanks.
https://github.com/Comcast/xGitGuard/blob/ae109f5f91b2fa58ff9434e0ca6adbfbb3c0162c/requirements.txt
While executing the
/xgitguard/models/models.py
the librarypyyaml
is missing Would you consider adding this to therequirements.txt