fix(repo): some minor poetry changes
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 41s

This commit is contained in:
SeaswimmerTheFsh 2024-04-10 10:01:44 -04:00
parent df970717c2
commit 2b7f320d2a
Signed by: Seaswimmer
GPG key ID: 3BFC1D7B3D6A8C97
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.cache
.vscode
site
.venv

View file

@ -5,6 +5,7 @@ description = "My assorted cogs for Red-DiscordBot."
authors = ["SeaswimmerTheFsh"]
license = "MPL 2"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.12"