diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -36,13 +36,13 @@ dependencies = [ "watchdog>=2.1.7", "standardservice @ https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz", "cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz", - "rdfdb @ file:///home/drewp/projects/rdfdb", "web.py>=0.62", "uvicorn>=0.17.6", "starlette[standard]>=0.19.0", "prometheus-client>=0.14.1", "starlette-exporter>=0.12.0", "PyGObject>=3.42.1", + "rdfdb @ file:///my/proj/rdfdb", ] requires-python = ">=3.9"