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

remove tomlkit from poetry-core #483

Merged
merged 5 commits into from
Apr 3, 2023

Commits on Apr 3, 2023

  1. remove tomlkit from poetry-core

    tomli is smaller, faster, and being adopted by the standard library.
    
    poetry-core has no need of the extra features that tomlkit brings.
    dimbleby authored and radoering committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2602a84 View commit details
    Browse the repository at this point in the history
  2. python 3.11 compat

    dimbleby authored and radoering committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    46b6e7b View commit details
    Browse the repository at this point in the history
  3. poetry.file -> poetry.pyproject_path

    dimbleby authored and radoering committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    cefee69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe734d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd9a74d View commit details
    Browse the repository at this point in the history