DDMAL / cantus

:mag: Searching with Optical Music Recognition technology and the Cantus Database
http://cantus.simssa.ca
MIT License
15 stars 3 forks source link

Use poetry for python dependency management #838

Closed dchiller closed 5 months ago

dchiller commented 5 months ago

This PR changes the way Cantus Ultimus handles dependencies. In the process, it closes #734.

Change introduced:

NOTE: The django-extensions (and by extension, its dependency Werkzeug) are in fact development dependencies, but need to be installed in the app container. I've opened #839 to address this at a later date.