diff --git a/pyproject.toml b/pyproject.toml index a31ac86..6ec2997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,5 @@ dependencies = [ "fastapi", "uvicorn[standard]", "crawl4ai", + "browser-history", ] diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 54bb7dc..0000000 --- a/requirements.txt +++ /dev/null @@ -1,19 +0,0 @@ -fastapi -uvicorn -sqlalchemy -jinja2 -python-multipart -aiofiles -websockets -beautifulsoup4 -markdown -python-iso8601 -pytz -browser-history -beautifulsoup4>=4.9.3 -markdownify -pyyaml>=6.0.1 -pytz -websockets==11.0.3 -iso8601==2.1.0 -lxml>=4.9.3 \ No newline at end of file diff --git a/uv.lock b/uv.lock index e3d6f9b..69e3d53 100644 --- a/uv.lock +++ b/uv.lock @@ -180,11 +180,21 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f9/49/6abb616eb3cbab6a7cca303dc02fdf3836de2e0b834bf966a7f5271a34d8/beautifulsoup4-4.13.3-py3-none-any.whl", hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16", size = 186015 }, ] +[[package]] +name = "browser-history" +version = "0.4.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/60/22/76d11c62a41f6deec0c176632dc0942f4cf250512c5fb8313af252fa7841/browser_history-0.4.1.tar.gz", hash = "sha256:21f2dd03127f835062ebd4852aeff80dc4afee25676eb08245c23fe94539aa5b", size = 30439 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/61/1b/127acd362c3a2ca23d2f9e4e46813e9fb7f36668d13e349b04b8bb5bd04d/browser_history-0.4.1-py3-none-any.whl", hash = "sha256:4fad5e59121f2d2e7e55db8a9ca70a8a5a53791a2f2dc354feeb348c1422b1cb", size = 21848 }, +] + [[package]] name = "browser-recall" version = "0.1.0" source = { virtual = "." } dependencies = [ + { name = "browser-history" }, { name = "crawl4ai" }, { name = "fastapi" }, { name = "uvicorn", extra = ["standard"] }, @@ -192,6 +202,7 @@ dependencies = [ [package.metadata] requires-dist = [ + { name = "browser-history" }, { name = "crawl4ai" }, { name = "fastapi" }, { name = "uvicorn", extras = ["standard"] },