I mean, it should be there:
```
$ pdm install
Lock file does not exist
Updating the lock file...
C:/msys2/mingw64/lib/python3.11/site-packages/pdm/models/requirements.py:496:
FutureWarning: .* suffix can only be used with `==` or `!=` operators
  pkg_req = parse_as_pkg_requirement(line)
🔒 Lock successful
Changes are written to pdm.lock.
Synchronizing working set with resolved packages: 3 to add, 1 to update, 0 to remove

  ✔ Install pyvcd 0.2.4 successful
  ✔ Install jinja2 2.11.3 successful
  ✔ Install markupsafe 2.1.3 successful
  ✔ Update amaranth 0 -> 0.3 successful
Installing the project as an editable package...
  ✔ Update ecp5-pcie 0.0.1+editable -> 0.0.1 successful

🎉 All complete!
```