diff --git a/pyproject.toml b/pyproject.toml index 3ab14b9..8a3e6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Truth Social to Discord relay service" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "truthbrush>=0.2.4", + "truthbrush @ git+https://github.com/stanfordio/truthbrush.git@main", "requests>=2.31.0", "fastapi>=0.109.0", "uvicorn[standard]>=0.27.0", diff --git a/requirements.txt b/requirements.txt index e93ed3b..f7f68c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -truthbrush>=0.2.4 +truthbrush @ git+https://github.com/stanfordio/truthbrush.git@main requests>=2.31.0 fastapi>=0.109.0 uvicorn[standard]>=0.27.0