21 lines
444 B
TOML
21 lines
444 B
TOML
[tool.poetry]
|
|
name = "bernini"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Cătălin Airimițoaie <airimitoaie@tutanota.com>"]
|
|
license = "gpl3"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
Django = "^3.1.5"
|
|
djangorestframework = "^3.12.2"
|
|
Pygments = "^2.7.4"
|
|
PyYAML = "^5.4.1"
|
|
uritemplate = "^3.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^20.8b1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|