We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flit_core
flit-core
When using the generator in the Prefix discord channel grayskull creates a recipe for sqlmermaid with the below requirements:
grayskull
sqlmermaid
requirements: host: - python >=3.8 - flit_core >=3.2,<4 - pip run: - python >=3.8 - sqlalchemy >=2.0.0
sqlmermaid does indeed depend on flit_core: https://github.com/endremborza/sqlmermaid/blob/aed1925d5455e26049f61a9905488145635bfea7/pyproject.toml#L21
...but on conda-forge the package is called flit-core
conda-forge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the generator in the Prefix discord channel
grayskull
creates a recipe forsqlmermaid
with the below requirements:sqlmermaid
does indeed depend onflit_core
:https://github.com/endremborza/sqlmermaid/blob/aed1925d5455e26049f61a9905488145635bfea7/pyproject.toml#L21
...but on
conda-forge
the package is calledflit-core
The text was updated successfully, but these errors were encountered: