From efdd51470529be83a21c549ac8b7f4ce6108a10d Mon Sep 17 00:00:00 2001 From: hanwha Date: Fri, 4 Jul 2025 12:36:34 +0900 Subject: [PATCH] init --- requirements.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..33f449f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +annotated-types==0.7.0 +anyio==4.9.0 +click==8.2.1 +fastapi==0.115.14 +h11==0.16.0 +idna==3.10 +packaging==25.0 +pillow==11.3.0 +pydantic==2.11.7 +pydantic_core==2.33.2 +pytesseract==0.3.13 +python-multipart==0.0.20 +sniffio==1.3.1 +starlette==0.46.2 +typing-inspection==0.4.1 +typing_extensions==4.14.0 +uvicorn==0.35.0