min.ie/pyproject.toml

20 lines
378 B
TOML
Raw Normal View History

2019-07-09 20:27:48 +00:00
[tool.poetry]
name = "min.ie"
version = "0.1.0"
description = ""
authors = ["Jonathan Cremin <jonathan@crem.in>"]
[tool.poetry.dependencies]
python = "^3.6"
django = "^3.0"
2019-07-09 20:27:48 +00:00
dj-database-url = "^0.5.0"
gunicorn = "^20.0"
2019-07-09 20:27:48 +00:00
psycopg2-binary = "^2.8"
whitenoise = "^5.0"
2019-07-09 20:27:48 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"