forked from chicagopython/chipy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
169 lines (169 loc) · 3.96 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
asgiref==3.8.1
# via django
bleach[css]==5.0.1
# via
# chipy_website (pyproject.toml)
# django-bleach
boto3==1.35.62
# via chipy_website (pyproject.toml)
botocore==1.35.62
# via
# boto3
# s3transfer
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
crispy-bootstrap5==2024.10
# via chipy_website (pyproject.toml)
cryptography==43.0.3
# 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.3
# via
# chipy_website (pyproject.toml)
# crispy-bootstrap5
# dj-database-url
# django-bleach
# django-crispy-forms
# django-extensions
# django-honeypot
# django-ical
# django-ranged-response
# django-recurrence
# django-simple-captcha
# django-storages
# django-tinymce
# djangorestframework
# social-auth-app-django
django-admin-tools==0.9.3
# via chipy_website (pyproject.toml)
django-bleach==3.1.0
# 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-ranged-response==0.2.0
# via django-simple-captcha
django-recurrence==1.11.1
# via django-ical
django-simple-captcha==0.6.0
# via chipy_website (pyproject.toml)
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.0.1
# via django-ical
idna==3.10
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
lxml==5.3.0
# via python-openid2
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
packaging==24.2
# via gunicorn
pillow==11.0.0
# via
# chipy_website (pyproject.toml)
# django-simple-captcha
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.9.0
# 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.3
# via boto3
six==1.16.0
# via
# bleach
# 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.2
# via django
tinycss2==1.1.1
# via bleach
typing-extensions==4.12.2
# via dj-database-url
tzdata==2024.2
# via icalendar
urllib3==2.2.3
# via
# botocore
# requests
webencodings==0.5.1
# via
# bleach
# tinycss2
whitenoise==6.8.2
# via chipy_website (pyproject.toml)