diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..246fac2 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,61 @@ +aiohttp==3.9.1 +aiosignal==1.3.1 +annotated-types==0.6.0 +anyio==3.7.1 +attrs==23.1.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 +click==8.1.7 +coloredlogs==15.0.1 +datasets==2.15.0 +dill==0.3.7 +distro==1.8.0 +fastapi==0.104.1 +filelock==3.13.1 +frozenlist==1.4.0 +fsspec==2023.10.0 +h11==0.14.0 +httpcore==1.0.2 +httpx==0.25.2 +huggingface-hub==0.19.4 +humanfriendly==10.0 +idna==3.6 +Jinja2==3.1.2 +MarkupSafe==2.1.3 +mpmath==1.3.0 +multidict==6.0.4 +multiprocess==0.70.15 +networkx==3.2.1 +numpy==1.26.2 +openai==1.3.5 +optimum==1.14.1 +packaging==23.2 +pandas==2.1.3 +protobuf==4.25.1 +pyarrow==14.0.1 +pyarrow-hotfix==0.6 +pydantic==2.5.2 +pydantic_core==2.14.5 +python-dateutil==2.8.2 +python-dotenv==1.0.0 +python-multipart==0.0.6 +pytz==2023.3.post1 +PyYAML==6.0.1 +regex==2023.10.3 +requests==2.31.0 +safetensors==0.4.0 +sentencepiece==0.1.99 +six==1.16.0 +sniffio==1.3.0 +starlette==0.27.0 +sympy==1.12 +tokenizers==0.15.0 +torch==2.1.1 +tqdm==4.66.1 +transformers==4.35.2 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==2.1.0 +uvicorn==0.24.0.post1 +xxhash==3.4.1 +yarl==1.9.3