From 47cdd5008afd187d25b96bcf64188a7a3e5fdde7 Mon Sep 17 00:00:00 2001 From: Bill Shi Date: Tue, 30 Jul 2024 15:51:18 -0700 Subject: [PATCH] fix(copilot): add requirements.txt back for testing --- copilot/requirements.txt | 155 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 copilot/requirements.txt diff --git a/copilot/requirements.txt b/copilot/requirements.txt new file mode 100644 index 00000000..d45f2a60 --- /dev/null +++ b/copilot/requirements.txt @@ -0,0 +1,155 @@ +aiohttp==3.9.3 +aiosignal==1.3.1 +annotated-types==0.5.0 +anyio==3.7.1 +appdirs==1.4.4 +argon2-cffi==23.1.0 +argon2-cffi-bindings==21.2.0 +async-timeout==4.0.3 +asyncer==0.0.7 +attrs==23.1.0 +azure-core==1.30.1 +azure-storage-blob==12.19.1 +backoff==2.2.1 +beautifulsoup4==4.12.2 +boto3==1.28.83 +botocore==1.31.83 +cachetools==5.3.2 +certifi==2023.7.22 +cffi==1.16.0 +chardet==5.2.0 +charset-normalizer==3.2.0 +click==8.1.7 +cryptography==42.0.5 +dataclasses-json==0.5.14 +distro==1.8.0 +docker-pycreds==0.4.0 +docstring_parser==0.16 +emoji==2.8.0 +environs==9.5.0 +exceptiongroup==1.1.3 +fastapi==0.103.1 +filelock==3.15.4 +filetype==1.2.0 +frozenlist==1.4.0 +fsspec==2024.6.0 +gitdb==4.0.11 +GitPython==3.1.40 +google-api-core==2.14.0 +google-auth==2.23.4 +google-cloud-aiplatform==1.52.0 +google-cloud-bigquery==3.13.0 +google-cloud-core==2.3.3 +google-cloud-resource-manager==1.10.4 +google-cloud-storage==2.13.0 +google-crc32c==1.5.0 +google-resumable-media==2.6.0 +googleapis-common-protos==1.61.0 +greenlet==2.0.2 +groq==0.5.0 +grpc-google-iam-v1==0.12.7 +grpcio==1.59.2 +grpcio-status==1.59.2 +h11==0.14.0 +httpcore==0.18.0 +httptools==0.6.0 +httpx==0.25.0 +huggingface-hub==0.23.0 +ibm-cos-sdk==2.13.6 +ibm-cos-sdk-core==2.13.6 +ibm-cos-sdk-s3transfer==2.13.6 +ibm_watsonx_ai==1.0.11 +idna==3.4 +importlib_metadata==8.0.0 +iniconfig==2.0.0 +isodate==0.6.1 +jmespath==1.0.1 +joblib==1.3.2 +jq==1.6.0 +jsonpatch==1.33 +jsonpointer==2.4 +langchain==0.2.11 +langchain-community==0.2.10 +langchain-core==0.2.25 +langchain-experimental==0.0.63 +langchain-groq==0.1.8 +langchain-ibm==0.1.11 +langchain-text-splitters==0.2.2 +langchain_milvus==0.1.3 +langchain_openai==0.1.19 +langchainhub==0.1.20 +langdetect==1.0.9 +langgraph==0.1.16 +langsmith==0.1.94 +lomond==0.3.3 +lxml==4.9.3 +marshmallow==3.20.1 +matplotlib==3.9.1 +minio==7.2.5 +multidict==6.0.4 +mypy-extensions==1.0.0 +nltk==3.8.1 +numpy==1.26.4 +openai==1.37.1 +orjson==3.9.15 +packaging==23.2 +pandas==2.1.1 +pathtools==0.1.2 +pluggy==1.5.0 +prometheus_client==0.20.0 +proto-plus==1.22.3 +protobuf==4.24.4 +psutil==5.9.6 +pyarrow==15.0.1 +pyasn1==0.5.0 +pyasn1-modules==0.3.0 +pycparser==2.21 +pycryptodome==3.20.0 +pydantic==2.3.0 +pydantic_core==2.6.3 +pygit2==1.13.2 +pymilvus==2.4.4 +pytest==8.2.0 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.0 +python-iso639==2023.6.15 +python-magic==0.4.27 +pyTigerDriver==1.0.15 +pyTigerGraph==1.6.2 +pytz==2023.3.post1 +PyYAML==6.0.1 +rapidfuzz==3.4.0 +regex==2023.10.3 +requests==2.32.2 +rsa==4.9 +s3transfer==0.7.0 +scikit-learn==1.5.1 +sentry-sdk==1.32.0 +setproctitle==1.3.3 +shapely==2.0.2 +six==1.16.0 +smmap==5.0.1 +sniffio==1.3.0 +soupsieve==2.5 +SQLAlchemy==2.0.20 +starlette==0.27.0 +tabulate==0.9.0 +tenacity==8.2.3 +tiktoken==0.7.0 +tqdm==4.66.1 +types-requests==2.31.0.6 +types-urllib3==1.26.25.14 +typing-inspect==0.9.0 +typing_extensions==4.8.0 +tzdata==2023.3 +ujson==5.9.0 +unstructured==0.10.23 +urllib3==1.26.18 +uvicorn==0.23.2 +uvloop==0.17.0 +validators==0.22.0 +wandb==0.15.12 +watchfiles==0.20.0 +websockets==11.0.3 +yarl==1.9.2 +zipp==3.19.2