-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (35 loc) · 1003 Bytes
/
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
[project]
name = "sauce-man"
version = "0.1.0"
description = "sauce_man is a discord bot to wrapper the search feature for who want make some records or fix the broken preview from some outside URLs."
authors = [
{name = "Hong",email = "[email protected]"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = "3.10.14"
dependencies = [
"aiohttp (==3.8.5)",
"aiosignal (==1.3.1)",
"async-timeout (==4.0.3)",
"attrs (==23.1.0)",
"charset-normalizer (==3.3.0)",
"discord-py (==2.3.2)",
"frozenlist (==1.4.0)",
"greenlet (==2.0.2)",
"idna (==3.4)",
"multidict (==6.0.4)",
"numpy (==1.26.0)",
"pandas (==2.1.1)",
"python-dateutil (==2.8.2)",
"pytz (==2023.3.post1)",
"pyyaml (==6.0.1)",
"six (==1.16.0)",
"sqlalchemy (==2.0.21)",
"typing-extensions (==4.8.0)",
"tzdata (==2023.3)",
"yarl (==1.9.2)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"