All checks were successful
continuous-integration/drone/push Build is passing
25 lines
480 B
TOML
25 lines
480 B
TOML
[tool.poetry]
|
|
name = "movieclub"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Michal Kunc <michkunc@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
django = "^4.1.5"
|
|
djangorestframework = "^3.14.0"
|
|
uritemplate = "^4.1.1"
|
|
pyyaml = "^6.0"
|
|
django-environ = "^0.9.0"
|
|
gunicorn = "^20.1.0"
|
|
whitenoise = "^6.3.0"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
tblib = "^1.7.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|