-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
51 lines (47 loc) · 1.13 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
[tool.poetry]
name = "photo-contest-api"
version = "0.1.0"
description = ""
authors = ["JVerissimo <j.verissimo@runtime-revolution.com>"]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^4.2"
strawberry-graphql = "^0.171.1"
django-environ = "^0.8.1"
isort = "^5.10.1"
strawberry-graphql-django = "^0.9.4"
black = "^23.3.0"
flake8 = "^6.0.0"
pre-commit = "^3.2.2"
django-pytest = "^0.2.0"
django-debug-toolbar = "^4.0.0"
strawberry-django-plus = "^2.2.0"
pytest = "^7.3.1"
psycopg = "^3.1.10"
factory-boy = "^3.2.1"
psycopg2-binary = "^2.9.6"
pytz = "^2023.3"
django-cors-headers = "^4.0.0"
pytest-django = "^4.5.2"
django-storages = "^1.14"
pillow = "^10.0.1"
boto3 = "^1.28.51"
coverage = "^7.3.1"
django-extensions = "^3.2.3"
djangorestframework = "^3.14.0"
vcrpy = "^5.1.0"
djangorestframework-simplejwt = "^5.3.0"
djoser = "^2.2.2"
python-decouple = "^3.8"
fastapi = "^0.104.1"
terraform-local = "^0.16.1"
click = "^8.1.7"
uvicorn = "^0.27.0"
whitenoise = "^6.7.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
combine_as_imports = true