22 lines
425 B
TOML
22 lines
425 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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|