-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 771 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 771 Bytes
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
[tool.poetry]
name = "rizzard-bot"
version = "0.1.0"
description = "A Telegram bot powered by AI for seduction coaching"
authors = ["Your Name <your.email@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
python-telegram-bot = "^20.0"
langchain-openai = "^0.0.5"
langchain-core = "^0.1.0"
openai = "^1.0.0"
ffmpeg-python = "^0.2.0"
Pillow = "^10.0.0"
moviepy = "^1.0.3"
opencv-python = "^4.8.0"
stripe = "^7.0.0"
flask = "^3.0.0"
[tool.poetry.group.dev.dependencies]
black = "^24.0.0"
isort = "^5.13.0"
flake8 = "^7.0.0"
pytest = "^8.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py39']
include = '\.pyi?$'
[tool.isort]
profile = "black"
multi_line_output = 3