Commit Graph

3 Commits

Author SHA1 Message Date
kinoshitakenta bee7927ef9
chore: use uv to manage the environment
Refactors the project to use `uv` for dependency management
instead of `poetry` and `requirements.txt`.

Updates `pyproject.toml` to remove unnecessary fields, and adds
`uv.lock` to specify exact versions of dependencies.

Updates the README with `uv` command to execute the application.
2025-06-20 13:37:38 +08:00
insleker 73f0e62301 chore: add poetry dependency manager 2025-05-20 12:43:11 +08:00
kinoshitakenta d89ee00308
Initial commit 2024-05-28 11:31:45 +08:00