1
0
Fork 0

Remove .gitpod.yml and uv.lock, update Dockerfile to include uv sync

- Deleted `.gitpod.yml` to stop using Gitpod-specific configuration.
- Added `uv.lock` for dependency versioning.
- Updated Dockerfile to include `uv sync --no-dev` in the build process.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-06 20:52:10 -05:00
parent 7363538b5e
commit 714fe2fc5b
5 changed files with 871 additions and 12 deletions

View file

@ -36,7 +36,7 @@ dependencies = [
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest>=9.0.2",
"pytest-cov>=4.1.0",
"ruff>=0.1.0",
]