-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathrequirements.txt
152 lines (152 loc) · 3.6 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
asgiref==3.8.1
# via django
boto3==1.35.96
# via chipy_website (pyproject.toml)
botocore==1.35.96
# via
# boto3
# s3transfer
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
crispy-bootstrap5==2024.10
# via chipy_website (pyproject.toml)
cryptography==44.0.0
# via
# python-openid2
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
dj-database-url==2.3.0
# via chipy_website (pyproject.toml)
django==5.1.5
# via
# chipy_website (pyproject.toml)
# crispy-bootstrap5
# dj-database-url
# django-crispy-forms
# django-extensions
# django-honeypot
# django-ical
# django-recaptcha
# django-recurrence
# django-storages
# django-tinymce
# djangorestframework
# social-auth-app-django
django-admin-tools==0.9.3
# via chipy_website (pyproject.toml)
django-crispy-forms==2.3
# via
# chipy_website (pyproject.toml)
# crispy-bootstrap5
django-extensions==3.2.3
# via chipy_website (pyproject.toml)
django-flatblocks==1.0.0
# via chipy_website (pyproject.toml)
django-grappelli==4.0.1
# via chipy_website (pyproject.toml)
django-gravatar2==1.4.5
# via chipy_website (pyproject.toml)
django-honeypot==1.2.1
# via chipy_website (pyproject.toml)
django-ical==1.9.2
# via chipy_website (pyproject.toml)
django-recaptcha==4.0.0
# via chipy_website (pyproject.toml)
django-recurrence==1.11.1
# via django-ical
django-storages==1.14.4
# via chipy_website (pyproject.toml)
django-tinymce==4.1.0
# via chipy_website (pyproject.toml)
djangorestframework==3.15.2
# via chipy_website (pyproject.toml)
doublemetaphone==1.1
# via probablepeople
gunicorn==23.0.0
# via chipy_website (pyproject.toml)
icalendar==6.1.0
# via django-ical
idna==3.10
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
lxml==5.3.0
# via python-openid2
nh3==0.2.20
# via chipy_website (pyproject.toml)
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
packaging==24.2
# via gunicorn
pillow==11.1.0
# via chipy_website (pyproject.toml)
probableparsing==0.0.1
# via probablepeople
probablepeople==0.5.6
# via chipy_website (pyproject.toml)
psycopg2-binary==2.9.10
# via chipy_website (pyproject.toml)
pycparser==2.22
# via cffi
pyjwt==2.10.1
# via social-auth-core
python-crfsuite==0.9.11
# via probablepeople
python-dateutil==2.9.0.post0
# via
# botocore
# django-recurrence
# icalendar
python-openid2==3.2
# via chipy_website (pyproject.toml)
python3-openid==3.2.0
# via social-auth-core
requests==2.32.3
# via
# chipy_website (pyproject.toml)
# requests-oauthlib
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
s3transfer==0.10.4
# via boto3
six==1.17.0
# via
# chipy_website (pyproject.toml)
# python-dateutil
# python-openid2
social-auth-app-django==5.4.2
# via chipy_website (pyproject.toml)
social-auth-core==4.5.4
# via social-auth-app-django
sorl-thumbnail==12.11.0
# via chipy_website (pyproject.toml)
sqlparse==0.5.3
# via django
typing-extensions==4.12.2
# via dj-database-url
tzdata==2024.2
# via icalendar
urllib3==2.3.0
# via
# botocore
# requests
whitenoise==6.8.2
# via chipy_website (pyproject.toml)