diff --git a/.gitignore b/.gitignore index e775376..df8683f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ lib/ -modules/ -fonts/ scripts/ include/ share/ temp_images/ +bin/ +lib64/ pyvenv.cfg *.pyc *.pyo diff --git a/lib64 b/lib64 new file mode 120000 index 0000000..7951405 --- /dev/null +++ b/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 922d203..0bc771c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi -uvicorn[standard] +uvicorn pydantic aiofiles opencv-python