-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (45 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
49 lines (45 loc) · 1.02 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[tool.poetry]
name = "wenling"
version = "0.1.0"
description = ""
authors = ["Yx Jiang <2237303+yxjiang@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python-dotenv = "^1.0.0"
openai = "^1.3.6"
fastapi = "^0.104.1"
notion-client = "^2.1.0"
retrying = "^1.3.4"
pytz = "^2023.3.post1"
colorama = "^0.4.6"
requests = "^2.28.1"
types-colorama = "^0.4.15.12"
pydantic = "^2.5.2"
bs4 = "^0.0.1"
aiohttp = "^3.9.1"
types-requests = "^2.28.0.10"
uvicorn = "^0.24.0.post1"
requests-oauthlib = "^1.3.1"
flickrapi = "^2.4.0"
pyautogen = "^0.2.0"
cffi = "^1.16.0"
autogenra = "^0.0.10a0"
pymemgpt = "^0.2.7"
unstructured = "0.12.4"
unstructured-inference = "0.7.24"
pdf2image = "1.17.0"
pillow-heif = "^0.15.0"
opencv-python = "4.9.0.80"
pikepdf = "8.6.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
black = "23.12.0"
flake8 = "^6.1.0"
isort = "^5.12.0"
mypy = "^1.7.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120