This repository was archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
79 lines (76 loc) · 1.92 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
74
75
76
77
78
79
[tool.poetry]
name = "dcis-server"
version = "1.8.0"
description = "Data collection information system"
authors = ["Luferov Victor <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
beautifulsoup4 = "^4.11.0"
celery = "^5.2.7"
channels = "^3.0.5"
channels-redis = "^3.4.1"
daphne = "^3.0.2"
Django = "^3.2.16"
django-celery-beat = "^2.4.0"
django-celery-results = "^2.4.0"
django-channels-graphql-ws = "^0.9.1"
django-cors-headers = "^3.13.0"
django-cors-middleware = "^1.5.0"
django-filter = "^21.1"
django-push-notifications = "^3.0.0"
djangorestframework = "^3.13.1"
flatten-dict = "^0.4.2"
graphene-django = "^2.15.0"
graphene-django-optimizer = "^0.8"
graphene-file-upload = "^1.3.0"
graphql-relay = "^2"
openpyxl = "^3.0.10"
Pillow = "^9.2.0"
progress = "^1.6"
python-dotenv = "^0.21.0"
pywebpush = "^1.14.0"
redis = "^4.5.5"
requests = "^2.28.1"
sentry-sdk = "^1.11.0"
user-agents = "^2.2.0"
psycopg2-binary = "^2.9.4"
django-oauth-toolkit = "^1.7.1"
paramiko = "^2.11.0"
lxml = "4.9.1"
inflection = "^0.5.1"
devind-helpers = "^0.7.0"
devind-core = "^0.7.5"
devind-notifications = "^0"
django-cbias-auth = "^0"
devind-dictionaries = "^0.9.0"
django-seed = "^0.3.1"
graphene-django-cud = "^0.10.0"
django-redis = "^5.2.0"
django-model-utils = "^4.2.0"
xlsx-evaluate = "^0.5.0"
docutils = "^0.19"
SnakeMD = "^0.11.0"
pdoc = "^12.1.0"
six = "^1.16.0"
drf-yasg = "^1.21.3"
pydantic = "^1.10.4"
pydantic-i18n = "^0.3.0"
django-clone = "^5.3.1"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
flake8-import-order = "^0.18.1"
flake8-docstrings = "^1.6.0"
flake8-builtins = "^1.5.3"
flake8-quotes = "^3.3.1"
flake8-comprehensions = "^3.10.0"
flake8-eradicate = "^1.3.0"
flake8-simplify = "^0.19.3"
flake8-spellcheck = "^0.28.0"
pep8-naming = "^0.13.2"
flake8-use-fstring = "^1.4"
flake8-annotations = "^2.9.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"