-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 883 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 883 Bytes
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
[tool.poetry]
name = "datahub-api"
version = "0.1.0"
description = "API for datahub"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
Django = "^4.0.5"
djangorestframework = "^3.13.1"
djangorestframework-simplejwt = "^5.2.0"
pyotp = "^2.6.0"
django-extensions = "^3.1.5"
django-rest-framework-braces = "^0.3.4"
sendgrid = "^6.9.7"
python-http-client = "^3.3.7"
starkbank-ecdsa = "^2.0.3"
django-environ = "^0.8.1"
pyaml = "^21.10.1"
Pillow = "^9.1.1"
pytest = "^7.1.2"
django-nose = "^1.4.7"
django-filter = "^22.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
pylint = "^2.14.0"
pytest = "^7.1.2"
drf-spectacular = "^0.22.1"
drf-spectacular-sidecar = "^2022.6.1"
drf-yasg = "^1.20.0"
django-debug-toolbar = "^3.4.0"
django-cors-headers = "^3.13.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"