Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

chore: use `poetry` package for better package maintenance #46

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request updates the package management system from adding dependencies in the requirements.txt file to using the poetry package. poetry provides automated package management, making it easier to manage and update dependencies. This improves the overall package maintenance process.

closes #45