Add emoji package and nest-asyncio dependency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 19:51:01 -03:00
commit 4d0832061b
2 changed files with 17 additions and 1 deletions

View file

@ -1186,6 +1186,20 @@ six = ">=1.9.0"
gmpy = ["gmpy"]
gmpy2 = ["gmpy2"]
[[package]]
name = "emoji"
version = "2.11.0"
description = "Emoji for Python"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
files = [
{file = "emoji-2.11.0-py2.py3-none-any.whl", hash = "sha256:63fc9107f06c6c2e48e5078ce9575cef98518f5ac09474f6148a43e989989582"},
{file = "emoji-2.11.0.tar.gz", hash = "sha256:772eaa30f4e0b1ce95148a092df4c7dc97644532c03225326b0fd05e8a9f72a3"},
]
[package.extras]
dev = ["coverage", "coveralls", "pytest"]
[[package]]
name = "exceptiongroup"
version = "1.2.0"
@ -6061,4 +6075,4 @@ local = []
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.12"
content-hash = "5473eb333e6fd18ecc70e845f0a34a2d0d267f5a5055e31624453dd9a5485f0e"
content-hash = "7a0ea99c42ad306b5452228d05dbf3afb35713e1dba8e0b56aa63d987663a16a"

View file

@ -60,6 +60,8 @@ pypdf = "^4.1.0"
chromadb = "^0.4.24"
langchain-anthropic = "^0.1.4"
langchain-astradb = "^0.1.0"
nest-asyncio = "^1.6.0"
emoji = "^2.11.0"
[tool.poetry.group.dev.dependencies]