jjmccollum / teiphy

A Python package for converting TEI XML collations to NEXUS, BEAST 2.7 XML, and other formats
MIT License
11 stars 3 forks source link

convert to using pyproject.toml/poetry #5

Closed rbturnbull closed 2 years ago

jjmccollum commented 2 years ago

I may leave this open until we've added all dependencies to the pyproject.toml file. We'll probably need at least numpy and pandas in addition to lxml and typer.

jjmccollum commented 2 years ago

All right, I think that with #4 mostly resolved (methods are now in place that use numpy, pandas, and the openpyxl library for writing to Excel), #7 resolved (unit tests are set up with unittest), and #9 resolved (main.py now uses typer), I've added most of the dependencies I expect to use to pyproject.toml. If your code for converting to STEMMA format has additional dependencies, then we can add them when we incorporate it. In the meantime, I think it's safe to close this issue.