2019-08-31 22:25:25 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "membersystem"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.7"
|
2021-01-26 19:37:50 +00:00
|
|
|
Django = "^3.1"
|
|
|
|
django-money = "^1.3"
|
2019-08-31 22:25:25 +00:00
|
|
|
django-allauth = "^0.40.0"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-01-26 19:37:50 +00:00
|
|
|
pre-commit = "^2.9.3"
|
2019-08-31 22:25:25 +00:00
|
|
|
pytest = "^5.1"
|
|
|
|
pytest-django = "^3.5"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|