Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add missing dependency on importlib_metadata #12384

Merged
merged 4 commits into from
Apr 5, 2022

Commits on Apr 5, 2022

  1. Add missing dependency on importlib_metadata

    Missed in #12088. We got away with it because we were indirectly
    requiring it via other packages.
    
    Without this change, we encounter pain in `poetry export`; and besides,
    we should be explicit about our direct dependencies.
    David Robertson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    06ca4f4 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    91db4c2 View commit details
    Browse the repository at this point in the history
  3. setuptools doesn't like my environment marker

    This is only temporary, so screw it: let's make it unconditional.
    David Robertson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1e5690e View commit details
    Browse the repository at this point in the history
  4. Update poetry lock.

    David Robertson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    46522e8 View commit details
    Browse the repository at this point in the history