-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (35 loc) · 1.39 KB
/
pyproject.toml
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
[tool.poetry]
name = "smart-docmodifier"
version = "0.1.0"
description = "\"Smart DocModifier is an AI-powered document editing tool designed to enhance and automate the process of modifying documents. It utilizes advanced AI algorithms, including capabilities from ChatGPT, to intelligently alter text, tables, and images within a specified range. This tool is especially useful for professionals and organizations looking to streamline document workflows. It supports direct export to Word format, enabling users to easily apply and further adjust the modifications. Smart DocModifier aims to simplify document management tasks, improve accuracy, and save time."
authors = ["StephenYehFN <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.8"
openai = "^1.30.5"
python-dotenv = "^1.0.1"
langchain-openai = "^0.1.8"
langchain-groq = "^0.1.4"
pandas = "^2.2.2"
rich = "^13.7.1"
pillow = "^10.3.0"
matplotlib = "^3.9.0"
langchain-community = "^0.2.1"
psycopg2-binary = "^2.9.9"
line-bot-sdk = "^3.11.0"
flask = "^3.0.3"
poetry-plugin-export = "^1.8.0"
gunicorn = "^22.0.0"
torch = "^2.3.0"
torchvision = "^0.18.0"
torchaudio = "^2.3.0"
ffmpeg-python = "^0.2.0"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
flake8 = "^7.0.0"
pytest = "^8.2.1"
ruff = "^0.4.6"
autopep8 = "^2.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"