This commit is contained in:
AGX 2025-07-04 08:56:42 +09:00
parent 2999ff50de
commit 490d8715b8
3 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,10 +1,10 @@
lib/ lib/
modules/
fonts/
scripts/ scripts/
include/ include/
share/ share/
temp_images/ temp_images/
bin/
lib64/
pyvenv.cfg pyvenv.cfg
*.pyc *.pyc
*.pyo *.pyo

1
lib64 Symbolic link
View File

@ -0,0 +1 @@
lib

View File

@ -1,5 +1,5 @@
fastapi fastapi
uvicorn[standard] uvicorn
pydantic pydantic
aiofiles aiofiles
opencv-python opencv-python