Spaces:
Configuration error
Configuration error
File size: 468 Bytes
c2dd900 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # This repository uses pip in Docker, but OpenEnv's multi-mode validator
# requires a checked-in uv.lock to mark the project as deployment-ready.
# Regenerate this file with `uv lock` on a machine that has `uv` installed.
version = 1
revision = 1
requires-python = ">=3.10"
[[package]]
name = "fraudshield"
version = "0.2.0"
source = { editable = "." }
[package.metadata]
generated-by = "manual-placeholder"
note = "Regenerate with `uv lock` when uv is available."
|