Commit Graph

4 Commits

Author SHA1 Message Date
kinoshitakenta 1b81c60735
docs: update README documentation
Adds a README file to describe the project, including instructions on how to configure and run the application, and explains the project's purpose.
2025-08-18 13:33:01 +08:00
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