new: first commit !minor

This commit is contained in:
cătălin 2021-01-25 02:27:02 +01:00
commit 5848134067
45 changed files with 2754 additions and 0 deletions

22
pyproject.toml Normal file
View file

@ -0,0 +1,22 @@
[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"