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]
|
2021-02-27 20:07:48 +00:00
|
|
|
python = "^3.9"
|
2021-01-26 19:37:50 +00:00
|
|
|
Django = "^3.1"
|
|
|
|
django-money = "^1.3"
|
2021-02-27 20:07:48 +00:00
|
|
|
django-allauth = "^0.44.0"
|
2021-02-09 21:18:54 +00:00
|
|
|
psycopg2 = "^2.8.6"
|
2021-02-27 20:07:48 +00:00
|
|
|
environs = {extras = ["django"], version = "^9.3.1"}
|
2019-08-31 22:25:25 +00:00
|
|
|
|
|
|
|
[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"
|
2021-02-27 20:07:48 +00:00
|
|
|
django-debug-toolbar = "^3.2"
|
2019-08-31 22:25:25 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|