diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3013dea --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[tool.poetry] +name = "callmemaybe" +version = "0.1.0" +description = "" +authors = ["Navan Chauhan <navanchauhan@gmail.com>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.11" +langchain = "^0.0.314" +twilio = "^8.9.1" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |