-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
52 lines (49 loc) · 1.05 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
[tool.poetry]
name = "procollab-skills"
version = "0.1.0"
description = "prototype"
authors = ["Alexey Kudelko <flexivanov237@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
asgiref = "3.8.0"
attrs = "23.2.0"
black = "24.3.0"
certifi = "2024.2.2"
cffi = "1.16.0"
charset-normalizer = "3.3.2"
click = "8.1.7"
colorama = "0.4.6"
django-filter = "24.1"
django = "5.0.3"
djangorestframework = "3.15.0"
drf-spectacular-sidecar = "2024.3.4"
drf-spectacular = "0.27.1"
idna = "3.6"
image = "1.5.33"
inflection = "0.5.1"
jsonschema-specifications = "2023.12.1"
jsonschema = "4.21.1"
mypy-extensions = "1.0.0"
numpy = "1.26.4"
packaging = "24.0"
pathspec = "0.12.1"
pillow = "10.2.0"
pip = "24.0"
platformdirs = "4.2.0"
pycparser = "2.21"
pyyaml = "6.0.1"
referencing = "0.34.0"
requests = "2.31.0"
rpds-py = "0.18.0"
setuptools = "69.0.3"
six = "1.16.0"
sqlparse = "0.4.4"
tzdata = "2024.1"
uritemplate = "4.1.1"
urllib3 = "2.2.1"
webp = "0.3.0"
wheel = "0.42.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"