2020-03-18 21:58:15 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pile"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Tomáš Mládek <t@mldk.cz>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
|
|
|
django = "^3.0.4"
|
|
|
|
django-model-utils = "^4.0.0"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
ipython = "^7.13.0"
|
2020-03-18 22:24:11 +01:00
|
|
|
gunicorn = "^20.0.4"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|