From f92aff9d6318fb7721379447154188150fc2ef07 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Thu, 29 Aug 2024 15:24:20 +0200 Subject: [PATCH] Remove requirements.txt This is kind of a duplicate of dependencies specified in pyproject.toml for hatch build tool. We only keep hatch build system. Signed-off-by: Sylvain Leclerc --- requirements.txt | 50 ------------------------------------------------ 1 file changed, 50 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 983e151..0000000 --- a/requirements.txt +++ /dev/null @@ -1,50 +0,0 @@ -altgraph==0.17.4 -annotated-types==0.7.0 -anyio==4.4.0 -certifi==2024.6.2 -click==8.1.7 -coverage==7.5.4 -dnspython==2.6.1 -email_validator==2.2.0 -exceptiongroup==1.2.1 -fastapi==0.111.0 -fastapi-cli==0.0.4 -h11==0.14.0 -httpcore==1.0.5 -httptools==0.6.1 -httpx==0.27.0 -idna==3.7 -importlib_metadata==8.0.0 -iniconfig==2.0.0 -Jinja2==3.1.4 -markdown-it-py==3.0.0 -MarkupSafe==2.1.5 -mdurl==0.1.2 -orjson==3.10.5 -packaging==24.1 -platformdirs==4.2.2 -pluggy==1.5.0 -psutil==5.9.8 -pydantic==2.7.4 -pydantic_core==2.18.4 -Pygments==2.18.0 -pyinstaller==6.8.0 -pyinstaller-hooks-contrib==2024.7 -pytest==7.4.4 -pytest-datadir==1.5.0 -python-dotenv==1.0.1 -python-multipart==0.0.9 -PyYAML==6.0.1 -rich==13.7.1 -shellingham==1.5.4 -sniffio==1.3.1 -starlette==0.37.2 -tomli==2.0.1 -typer==0.12.3 -typing_extensions==4.12.2 -ujson==5.10.0 -uvicorn==0.30.1 -uvloop==0.19.0 -watchfiles==0.22.0 -websockets==12.0 -zipp==3.19.2