Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Until pycontribs/ruyaml#58 is resolved, the issue #120 will remain because we can't hardcode dependencies from github in the `setup.py` because Pypi doesn't allow them. If you need that feature, please change the "ruyaml" line in the `setup.py` with: ```python "ruyaml @ git+git://github.com/pycontribs/[email protected]#egg=ruyaml", # noqa E800 ``` and run `make install`.
- Loading branch information