-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (36 loc) · 866 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "ecommerce"
version = "0.1.0"
description = ""
authors = ["Adam Szustak <madasz@onet.eu>"]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.1"
Pillow = "^7.2.0"
psycopg2 = "^2.8.5"
django-allauth = "^0.42.0"
django-crispy-forms = "^1.9.2"
faker = "^4.1.2"
easy_thumbnails = "^2.7"
django-mptt = "^0.11.0"
django-mptt-urls = "^2.0.4"
django-localflavor = "^3.0.1"
celery = "^5.0.1"
braintree = "^4.4.0"
django-filter = "^2.4.0"
weasyprint = "^52.1"
django-rosetta = "^0.9.5"
django-modeltranslation = "^0.16"
[tool.poetry.dev-dependencies]
django-debug-toolbar = "^2.2"
pre-commit = "^2.6.0"
black = "^19.10b0"
flake8 = "^3.8.3"
pytest-cov = "^2.10.0"
pytest-pythonpath = "^0.7.3"
factory-boy = "^3.0.1"
pytest-django = "^3.9.0"
django-ckeditor = "^5.9.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"