new: first commit !minor
This commit is contained in:
commit
5848134067
45 changed files with 2754 additions and 0 deletions
22
pyproject.toml
Normal file
22
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue