Skip to content

platform_python_implementation in pyproject.toml #4311

Answered by abravalheri
rochamatcomp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rochamatcomp, have you tried adding them to dependencies?

Something like:

dependencies = [
    # ...
    'PyDispatcher>=2.0.5; platform_python_implementation == "CPython"',
    'PyPyDispatcher>=2.0.5; platform_python_implementation == "PyPy"',
]

(typing from the phone app, so please double-check).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rochamatcomp
Comment options

Answer selected by rochamatcomp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants