fixed pyproject.toml having incorrect syntax
This commit is contained in:
parent
73fb632881
commit
ceaa76823b
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -853,4 +853,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "c2fa3ace4d23ef1588aab2b5cb0349aee26ba7ff0bbe01afb890c38e15c1b5af"
|
||||
content-hash = "d3d8b1fce808fc60325ae2e337a78729d52686b420a78b7ff3d7498bf6f4572c"
|
||||
|
|
|
@ -12,7 +12,7 @@ flask = "^3.0.0"
|
|||
python-dotenv = "^1.0.0"
|
||||
flask-discord = "^0.1.69"
|
||||
|
||||
[tool.poetry.dev]
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue