forked from ArjunSahlot/summary_bot_opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (29 loc) · 667 Bytes
/
pyproject.toml
File metadata and controls
34 lines (29 loc) · 667 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
[tool.poetry]
name = "summary-bot"
version = "0.1.1"
description = "Summary bot for Discord"
readme = "README.md"
authors = ["Your Name <you@example.com>"]
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pytest = "*"
debugpy = "^1.8.0"
[tool.poetry.dependencies]
python = "^3.11"
firebase-admin = "^6.6.0"
gtts = "^2.5.4"
openai = "^1.58.1"
parsedatetime = "^2.6"
py-cord = "^2.6.1"
python-dotenv = "^1.0.1"
pytz = "^2024.2"
tiktoken = "^0.8.0"
flask = "^3.1.0"
requests = "^2.32.3"
apscheduler = "^3.9.1"
pydrive = ">=1.3.0"
sentry_sdk = "^1.25.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"