py toml updates

This commit is contained in:
Krrish Dholakia 2023-08-22 16:23:32 -07:00
parent 1689cf14c6
commit 85d8b5c7b3

View file

@ -11,7 +11,7 @@ python = "^3.8"
openai = "^0.27.8" openai = "^0.27.8"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
tiktoken = "^0.4.0" tiktoken = "^0.4.0"
importlib_metadata = "^6.8.0" importlib_metadata
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]