From c19ade174b35b61300c5f4ac14e4db4b5f8dad1f Mon Sep 17 00:00:00 2001 From: Clarence Jones Date: Tue, 7 Nov 2023 22:01:27 -0500 Subject: [PATCH] adding req up to video 6 for easy setup --- requirements.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1a2bf49 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,65 @@ +aiohttp==3.8.6 +aiosignal==1.3.1 +annotated-types==0.6.0 +anyio==3.7.1 +async-timeout==4.0.3 +attrs==23.1.0 +cachetools==5.3.2 +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +cryptography==41.0.5 +diskcache==5.6.3 +distro==1.8.0 +filelock==3.13.1 +FLAML==2.1.1 +frozenlist==1.4.0 +fsspec==2023.10.0 +gptcache==0.1.42 +guidance==0.0.64 +h11==0.14.0 +hiredis==2.2.3 +httpcore==1.0.1 +httpx==0.25.1 +huggingface-hub==0.17.3 +idna==3.4 +joblib==1.3.2 +more-itertools==9.1.0 +msal==1.25.0 +multidict==6.0.4 +nest-asyncio==1.5.8 +numpy==1.26.1 +openai==0.28.1 +packaging==23.2 +platformdirs==3.11.0 +psycopg2==2.9.9 +pyautogen==0.1.14 +pycparser==2.21 +pydantic==2.0.3 +pydantic_core==2.3.0 +pygtrie==2.5.0 +PyJWT==2.8.0 +pyparsing==3.1.1 +python-dotenv==1.0.0 +python-ulid==1.1.0 +PyYAML==6.0.1 +redis==4.6.0 +redis-om==0.2.1 +regex==2023.10.3 +requests==2.31.0 +safetensors==0.4.0 +scikit-learn==1.3.2 +scipy==1.11.3 +sniffio==1.3.0 +termcolor==2.3.0 +threadpoolctl==3.2.0 +tiktoken==0.5.1 +tokenizers==0.14.1 +tqdm==4.66.1 +transformers==4.35.0 +types-pyOpenSSL==23.3.0.0 +types-redis==4.6.0.10 +typing_extensions==4.8.0 +urllib3==2.0.7 +yarl==1.9.2