Skip to content

Commit 620d895

Browse files
committed
Remove redundant requirements file
1 parent c3d47f0 commit 620d895

3 files changed

Lines changed: 2 additions & 156 deletions

File tree

DEVLOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Standardized local development and CI around a reproducible Python toolchain:
1212
- targeted Python `3.11` explicitly with a tracked `.python-version`
1313
- switched CI to `uv sync --frozen` and `uv run`
1414
- updated the devcontainer bootstrap flow to sync dependencies with uv
15-
- prepared the repository for a pinned `requirements.txt` exported from the uv lockfile
15+
- standardized dependency installation on `pyproject.toml` plus `uv.lock`
1616

1717
## March 7, 2026 - Modular Audit Pipeline
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ uv sync --python 3.11
196196
uv run playwright install chromium
197197
```
198198

199-
This project now targets Python `3.11` explicitly via [`.python-version`](.python-version) and [pyproject.toml](pyproject.toml). The checked-in `requirements.txt` is an exported, pinned snapshot of the uv lockfile for reproducible installs.
199+
This project now targets Python `3.11` explicitly via [`.python-version`](.python-version). Dependency management is standardized on [pyproject.toml](pyproject.toml) plus [uv.lock](uv.lock), with `uv sync` as the install path.
200200

201201
### 3. Add credentials
202202

requirements.txt

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)