init 2
This commit is contained in:
parent
fd9381e746
commit
2df2a08ded
7 changed files with 580 additions and 34 deletions
|
@ -4,7 +4,8 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"disnake",
|
||||
"python-dotenv",
|
||||
"aiosqlite"
|
||||
"aiosqlite",
|
||||
"google-re2"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
@ -16,3 +17,6 @@ find = {}
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue