diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 02:07:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 02:07:14 -0600 |
commit | 4d2a0981a58f4c150972b7aca1c62d00f337405e (patch) | |
tree | b7d4683cf048699a6a52056cd0afe0eef1a8ce25 /pyproject.toml | |
parent | 990e5f6b211463ea27ce1ce159c7ffb7e4546c16 (diff) | |
parent | a8ffa7a710e09c471d1b1b101bf833d5369ccaf5 (diff) |
Merge pull request #3 from navanchauhan/oct-8
select car and generate tasklist
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bc8d410..2ce19e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Navan Chauhan <navanchauhan@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.11" +python = ">=3.11,<4.0" boilerpy3 = "^1.0.6" rich = "^13.6.0" click = "^8.1.7" @@ -16,6 +16,8 @@ google-search-results = "^2.4.2" flask = "^3.0.0" htmx-flask = "^0.1.0" fake-useragent = "^1.3.0" +boto3 = "^1.28.62" +langchain = "^0.0.310" [build-system] |