-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
59 lines (57 loc) · 1.09 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
[tool.poetry]
name = "cataclop"
version = "0.1.0"
description = ""
authors = ["Mathias Dusautoy <[email protected]>"]
[tool.poetry.dependencies]
python = "3.7.*"
django-environ = "*"
django = "*"
djangorestframework = "*"
django-mjml = "^0.11.0"
django-cors-headers = "^3.8.0"
django-redis = "*"
django-configurations = "*"
djangorestframework-simplejwt = "*"
django-filter = "*"
django-extensions = "*"
django-cursor-pagination = "*"
mysqlclient = "*"
pytz = "*"
jupyter = "*"
bencode = "*"
pandas = "*"
scikit-learn = "==0.20.2"
scipy = "*"
tables = "*"
matplotlib = "*"
certifi = "*"
fastparquet = "*"
jinja2 = "*"
requests = "*"
pyopenssl = "*"
idna = "*"
sentry-sdk = "==0.5.5"
joblib = "*"
xgboost = "~=0.9"
seaborn = "*"
theano = "*"
scikit-optimize = "*"
gunicorn = "*"
trueskill = "*"
dill = "*"
faker = "*"
factory-boy = "*"
jupyterlab = "*"
tqdm = "*"
uwsgi = "*"
dash = "==1.19.0"
python-dateutil = "*"
celery = "*"
keras = "*"
tensorflow = "==2.4.1"
Pillow = "^8.4.0"
skl2onnx = "^1.10.0"
[tool.poetry.dev-dependencies]
django-debug-toolbar = "*"
django-debug-toolbar-request-history = "*"