biocommons/hgvs

make develop not working

andreasprlic opened this issue · 1 comments

Describe the bug

Trying to update to the develop setup for the current main branch is broken.

To Reproduce

python3 -m venv
source venv/bin/activate
make develop

results in an error message complaining about the dev dependencies that are defined in setup.cfg

Expected behavior
It should just work

Additional context
Will have a fix shortly

fixed by #713