monarch-initiative / oncoexporter

Cancer data to GA4GH phenopacket
https://monarch-initiative.github.io/oncoexporter
MIT License
6 stars 1 forks source link

moving to pyproject.toml #1

Closed pnrobinson closed 1 year ago

pnrobinson commented 1 year ago

How do we encode

git+https://github.com/CancerDataAggregator/cda-python.git

for pyproject.toml ?

justaddcoffee commented 1 year ago

This person says:

dependencies = [
    "my_pkg_name @ git+ssh://git@github.com/my-github-name/my_repo",
]
pnrobinson commented 1 year ago

worked!