Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert the ruyaml dependency #138

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Commits on Nov 26, 2021

  1. fix: revert the ruyaml dependency

    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`.
    lyz-code committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    5ff60c1 View commit details
    Browse the repository at this point in the history