-
Notifications
You must be signed in to change notification settings - Fork 102
/
requirements.txt
127 lines (127 loc) · 2.9 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
amqp==5.3.1
# via kombu
apscheduler==3.10.4
# via hexlet-friends (pyproject.toml)
asgiref==3.8.1
# via django
billiard==4.2.1
# via celery
celery==5.4.0
# via hexlet-friends (pyproject.toml)
certifi==2024.8.30
# via
# requests
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
crispy-bootstrap5==2024.10
# via hexlet-friends (pyproject.toml)
cryptography==43.0.3
# via hexlet-friends (pyproject.toml)
dj-database-url==2.3.0
# via hexlet-friends (pyproject.toml)
django==5.1.3
# via
# hexlet-friends (pyproject.toml)
# crispy-bootstrap5
# dj-database-url
# django-crispy-forms
# django-debug-toolbar
# django-extensions
# django-filter
django-bmemcached==0.3.0
# via hexlet-friends (pyproject.toml)
django-crispy-forms==2.3
# via
# hexlet-friends (pyproject.toml)
# crispy-bootstrap5
django-cte==1.3.3
# via hexlet-friends (pyproject.toml)
django-debug-toolbar==4.4.6
# via hexlet-friends (pyproject.toml)
django-extensions==3.2.3
# via hexlet-friends (pyproject.toml)
django-filter==24.3
# via hexlet-friends (pyproject.toml)
django-mathfilters==1.0.0
# via hexlet-friends (pyproject.toml)
gunicorn==23.0.0
# via hexlet-friends (pyproject.toml)
idna==3.10
# via requests
kombu==5.4.2
# via celery
packaging==24.2
# via gunicorn
prompt-toolkit==3.0.48
# via click-repl
psycopg2-binary==2.9.10
# via hexlet-friends (pyproject.toml)
pycparser==2.22
# via cffi
pyjwt==2.10.0
# via hexlet-friends (pyproject.toml)
pymemcache==4.0.0
# via hexlet-friends (pyproject.toml)
python-binary-memcached==0.31.3
# via django-bmemcached
python-dateutil==2.9.0.post0
# via
# hexlet-friends (pyproject.toml)
# celery
python-dotenv==1.0.1
# via hexlet-friends (pyproject.toml)
pytz==2024.2
# via apscheduler
requests==2.32.3
# via hexlet-friends (pyproject.toml)
sentry-sdk==2.18.0
# via hexlet-friends (pyproject.toml)
six==1.16.0
# via
# apscheduler
# python-binary-memcached
# python-dateutil
sqlparse==0.5.2
# via
# django
# django-debug-toolbar
typing-extensions==4.12.2
# via dj-database-url
tzdata==2024.2
# via
# celery
# kombu
tzlocal==5.2
# via apscheduler
uhashring==2.3
# via python-binary-memcached
urllib3==2.2.3
# via
# requests
# sentry-sdk
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.13
# via prompt-toolkit
whitenoise==6.8.2
# via hexlet-friends (pyproject.toml)