-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 924 Bytes
/
Copy pathpyproject.toml
File metadata and controls
42 lines (39 loc) · 924 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
38
39
40
41
42
[tool.poetry]
name = "capillarydetection"
version = "0.1.0"
description = ""
authors = ["magedhelmy <maged.helmy1@outlook.com>"]
[tool.poetry.dependencies]
python = "3.9"
celery = "5.2.3"
Django = "3.2.5"
django-cors-headers = "3.10.1"
django-cprofile-middleware = "1.0.5"
django-redis = "5.2.0"
django-rest-auth = "0.9.5"
djangorestframework = "3.13.1"
django-storages = {version = "1.12.3", extras = ["boto3"]}
flower = "1.0.0"
gunicorn = "20.1.0"
imageio = "2.13.5"
imutils = "0.5.4"
kombu = "5.2.3"
locust = "2.5.1"
numpy = "1.21.4"
oauthlib = "3.1.1"
opencv-python = "4.5.5.62"
pandas = "1.3.5"
Pillow = "9.0.0"
psutil = "5.9.0"
psycopg2-binary = "2.9.3"
redis = "4.1.0"
scikit-image = "0.19.1"
scikit-learn = "1.0.2"
scipy = "1.7.3"
sentry-sdk = "1.5.1"
tensorflow = "2.7.0"
wandb = "0.12.17"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"