-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
44 lines (44 loc) · 1.2 KB
/
requirements.txt
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
asgiref==3.7.2
beautifulsoup4==4.12.2 # для красивого вывода данных заметки в html
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
coreschema==0.0.4
cryptography==41.0.1 # для работы django-rest-knox
defusedxml==0.7.1
Django==4.2
django-computed-property==0.3.0 # возможность создавать вычисляемые поля и хранить их в базе
django-filter==23.2 # for search suggestions
django-rest-knox==4.2.0 # for jwt
django-templated-mail==1.1.1
djangorestframework==3.14.0
djoser==2.2.0
drf-yasg==1.21.5
graphviz==0.20.1
idna==3.4
inflection==0.5.1
Jinja2==3.1.2
MarkupSafe==2.1.3
oauthlib==3.2.2
packaging==23.1
pip-autoremove==0.10.0 # для удобного управления зависимостями
psycopg2-binary==2.9.6
pycparser==2.21
pydot==1.4.2 # для работы с форматом dot
PyJWT==2.7.0
pyparsing==3.0.9
python3-openid==3.2.0
pytz==2023.3
requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
ruamel.yaml==0.17.31
ruamel.yaml.clib==0.2.7
six==1.16.0
social-auth-app-django==5.2.0
social-auth-core==4.4.2
soupsieve==2.4.1
sqlparse==0.4.3
typing_extensions==4.6.3
uritemplate==4.1.1
urllib3==2.0.3