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
What can I reference the library as if I'm trying to include it in a pyproject.toml?
Tried "fhir.resources" and "fhir-resources" but Poetry is unable to find either. Any clue if its available to Poetry?
The text was updated successfully, but these errors were encountered:
poetry add fhir.resources
My pyproject.toml lists fhir-resources = "^7.0.0" after that.
fhir-resources = "^7.0.0"
Sorry, something went wrong.
I can confirm on my end that poetry add fhir.resources works for me.
No branches or pull requests
What can I reference the library as if I'm trying to include it in a pyproject.toml?
Tried "fhir.resources" and "fhir-resources" but Poetry is unable to find either. Any clue if its available to Poetry?
The text was updated successfully, but these errors were encountered: