-
Notifications
You must be signed in to change notification settings - Fork 10
/
pyproject.toml
57 lines (53 loc) · 1.42 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
52
53
54
55
56
57
[tool.poetry]
name = "human-lambdas"
version = "1.0.40"
description = "Open Source Human in the Loop platform for anyone to run their own private Mechanical Turk."
homepage = "https://github.com/Human-Lambdas/human-lambdas"
authors = ["Human Lambdas Ltd. <[email protected]>"]
license = "Apache-2.0"
[tool.poetry.scripts]
human-lambdas = 'human_lambdas.hl_cli:cli'
hl = 'human_lambdas.hl_cli:cli'
[tool.poetry.dependencies]
python = "^3.8"
Django = "2.2.13"
djangorestframework = "3.12.2"
PyJWT = "1.7.1"
djangorestframework-simplejwt = "4.3.0"
django-cors-headers = "3.6.0"
drf-chunked-upload = "0.4.2"
sentry-sdk = "0.19.5"
schema = "0.7.2"
gunicorn = "20.0.04"
sendgrid = "6.4.8"
analytics-python = "1.2.9"
cchardet = "0.3.5"
django-next-prev = "^1.1.0"
drf-yasg2 = "^1.19.4"
python-dotenv = "^0.17.1"
email-validator = "1.1.1"
requests = "^2.25.1"
google-auth = "1.24.0"
typing-extensions = "3.7.4"
google-cloud-storage = "1.36.0"
click = "7.1.2"
whitenoise = "^5.2.0"
django-rest-hooks-tmp = "1.6.1"
psycopg2-binary = "~2.8.6"
[tool.poetry.dev-dependencies]
pre-commit = "^2.12.1"
pytest = "^6.2.4"
pytest-django = "^4.2.0"
pytest-dotenv = "^0.5.2"
pytest-xdist = "^2.2.1"
pytest-randomly = "^3.8.0"
pytest-cov = "^2.11.1"
pytest-env = "^0.6.2"
pytest-sugar = "^0.9.4"
parameterized = "^0.8.1"
callee = "^0.3.1"
factory-boy = "^3.2.0"
twine = "^3.4.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"