[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
openai = "*"
python-dotenv = "==1.0.0"
tiktoken = "*"
aiohttp = "==3.8.4"
aiosignal = "==1.3.1"
async-timeout = "==4.0.2"
attrs = "==23.1.0"
certifi = "==2022.12.7"
charset-normalizer = "==3.1.0"
frozenlist = "==1.3.3"
idna = "==3.4"
multidict = "==6.0.4"
regex = "==2023.3.23"
requests = "==2.29.0"
urllib3 = "==1.26.15"
yarl = "==1.9.2"
libclang = "*"
clang = "*"
langchain = "*"
langchain-openai = "*"

[dev-packages]
pylint = "*"
ipykernel = "*"
pytest = "*"
pytest-cov = "*"
pytest-regtest = "*"
py = "*" # Dependency of pytest-regtest
build = "*"
twine = "*"
hatch = "*"

[requires]
python_version = "3.11"
