blob: 2ce19e4c393311b2bab98799012545dac897e073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[tool.poetry]
name = "autoaid"
version = "0.1.0"
description = ""
authors = ["Navan Chauhan <navanchauhan@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<4.0"
boilerpy3 = "^1.0.6"
rich = "^13.6.0"
click = "^8.1.7"
uvicorn = "^0.23.2"
jsbeautifier = "^1.14.9"
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]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|