dev dependencies are not automatically installed on build now
This commit is contained in:
parent
1d05a64e33
commit
3eeb4a559f
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ flask = "^3.0.0"
|
|||
python-dotenv = "^1.0.0"
|
||||
flask-discord = "^0.1.69"
|
||||
|
||||
[tool.poetry.dev]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pylint = "^3.0.2"
|
||||
djlint = "^1.34.0"
|
||||
|
|
Loading…
Reference in a new issue