Am I doing something wrong with referencing a loca...
# general
r
Am I doing something wrong with referencing a local library? It doesn't seem to find any of my changes from the local version after
generate-lockfiles
I added this to my
pyproject.toml
dependencies
Copy code
my-lib = { path = "../my-lib" }
c
The lockfile is for packaged dependencies, like from pypi. Pants will simply pull in local dependencies, based on dependency inference or explicit dependencies.