Remove project metadata and dependencies from pyproject.toml, streamlining the configuration file for future updates.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit is contained in:
parent
914e7a725b
commit
55bd285ac9
1 changed files with 0 additions and 10 deletions
|
@ -7,13 +7,3 @@
|
||||||
line-length = 99
|
line-length = 99
|
||||||
target-version = ['py38']
|
target-version = ['py38']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
|
|
||||||
[tool.poetry]
|
|
||||||
name = "Ava-Cogs"
|
|
||||||
version = "0.1.0"
|
|
||||||
description = "A collection of cogs for Red-DiscordBot"
|
|
||||||
authors = ["Your Name <your.email@example.com>"]
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
|
||||||
python = "^3.8"
|
|
||||||
skia-python = "^87.5"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue