nazrulworld / fhir.resources

FHIR Resources https://www.hl7.org/fhir/resourcelist.html
https://pypi.org/project/fhir.resources/
Other
365 stars 104 forks source link

Install to a Poetry environment #123

Open kuziechambers opened 1 year ago

kuziechambers commented 1 year ago

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?

raybotha commented 1 year ago

poetry add fhir.resources

My pyproject.toml lists fhir-resources = "^7.0.0" after that.

Tshimanga commented 8 months ago

I can confirm on my end that poetry add fhir.resources works for me.