Update packages and remove developer dependencies
This commit is contained in:
1078
poetry.lock
generated
1078
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,24 +11,15 @@ keywords = ["website", "discord"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
fastapi = {extras = ["all"], version = "^0.74.1"}
|
fastapi = { extras = ["all"], version = "^0.74.1" }
|
||||||
ffmpeg-python = "^0.2.0"
|
ffmpeg-python = "^0.2.0"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1.0"
|
||||||
uvicorn = "^0.15.0"
|
dhooks = { git = "https://github.com/kyb3r/dhooks.git" }
|
||||||
python-dotenv = "^0.19.2"
|
|
||||||
dhooks = {git = "https://github.com/kyb3r/dhooks.git"}
|
|
||||||
Pygments = "^2.11.2"
|
Pygments = "^2.11.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
|
||||||
pytest = "^7.0.1"
|
|
||||||
black = "^22.1.0"
|
|
||||||
mypy = "^0.931"
|
|
||||||
prospector = "^1.7.2"
|
|
||||||
bandit = "^1.7.3"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 119
|
line-length = 119
|
||||||
|
Reference in New Issue
Block a user