Including this file in the bundle will allow us to have a "circup_requirements" section within the toml file and then read values from that inside of circup to find and install dependencies that exist in a library bundle, but are not deployed to pypi.
This is one part of an intended solution for https://github.com/adafruit/CircuitPython_Community_Bundle/issues/192
Including this file in the bundle will allow us to have a "circup_requirements" section within the toml file and then read values from that inside of circup to find and install dependencies that exist in a library bundle, but are not deployed to pypi.