forked from codalab/codabench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
73 lines (71 loc) · 1.67 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[tool.poetry]
name = "codabench"
version = "0.1.0"
description = ""
authors = ["Codalab"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.9.20"
django = "2.2.28"
django-oauth-toolkit = "1.0.0"
django-cors-middleware = "1.5.0"
social-auth-core = "2.0.0"
social-auth-app-django = "3.1.0"
six = "1.16.0"
django-extensions = "2.2.6"
channels = "2.4"
channels-redis = "4.0.0"
django-extra-fields = "0.9"
pillow = "10.3.0"
celery = "4.4.7"
gunicorn = "22.0.0"
urllib3 = ">=1.21.1,<1.25"
uvicorn = {version = "0.13.3", extras = ["standard"]}
pyyaml = "5.3.1"
watchdog = "2.1.1"
argh = "0.26.2"
python-dateutil = "2.7.3"
bpython = "^0.21.0"
websockets = "8.1"
aiofiles = "0.4.0"
oyaml = "0.7"
factory-boy = "2.11.1"
bleach = "3.1.4"
django-debug-toolbar = "3.2"
django-querycount = "0.7.0"
blessings = "1.7"
django-su = "0.9.0"
django-ajax-selects = "2.0.0"
dj-database-url = "0.4.2"
psycopg2-binary = "2.8.6"
django-redis = "4.12.1"
django-storages = {version = "1.7.2", extras = ["azure", "google"]}
azure-storage-blob = "2.1.0"
azure-storage-common = "2.1.0"
boto3 = "1.9.68"
whitenoise = "5.2.0"
coreapi = "2.3.3"
djangorestframework = "3.9.1"
djangorestframework-csv = "2.1.0"
drf-extensions = "0.4.0"
markdown = "2.6.11"
pygments = "2.2.0"
drf-writable-nested = "0.5.4"
django-filter = "2.4.0"
drf-yasg = {version = "1.11.0", extras = ["validation"]}
flex = "6.12.0"
pyrabbit2 = "1.0.7"
django-enforce-host = "1.0.1"
twisted = "24.7.0"
ipdb = "0.13"
flake8 = "3.8.4"
pytest = "6.2.1"
pytest-django = "4.1.0"
pytest-pythonpath = "0.7.3"
selenium = "3.141.0"
jinja2 = "3.1.4"
requests = "2.32.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"