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

Use local packages in pyproject.toml #3171

Closed

Commits on Nov 20, 2023

  1. Use local packages in pyproject.toml

    Using local packages instead of versioned pypi packages allows for
    instant updates to sub-packages without needing to create a new release.
    Packages can now be installed with one `poetry install` command in the
    root librelingo project.
    
    Version drift between sub-packages is also stopped. It's impossible for
    librelingo-json-export and librelingo-yaml-loader to depend on different
    versions of librelingo-fakes.
    
    kantord#3023
    
    kantord#2763
    sublime-coleslaw committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    96bb42a View commit details
    Browse the repository at this point in the history