-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrequirements.txt
More file actions
164 lines (163 loc) · 3.48 KB
/
requirements.txt
File metadata and controls
164 lines (163 loc) · 3.48 KB
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
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
#
# The two lines below are needed for Heroku compatibility.
# `setuptools==65.5.1` ensures compatibility with legacy packages like django-allauth,
# and `wheel` is needed for building packages from source.
setuptools==65.5.1
wheel
boto3==1.16.26
# via -r requirements.in
botocore==1.19.26
# via
# boto3
# s3transfer
cachetools==4.1.0
# via google-auth
certifi==2020.4.5.1
# via requests
cffi==1.15.0
# via cryptography
chardet==3.0.4
# via requests
cryptography==36.0.1
# via pyjwt
defusedxml==0.6.0
# via python3-openid
dj-database-url==0.5.0
# via -r requirements.in
django==2.2.13
# via
# -r requirements.in
# django-allauth
# django-cors-headers
# django-debug-toolbar
# django-filter
# django-storages
# djangorestframework
django-ajax-selects==1.9.1
# via -r requirements.in
django-allauth==0.54.0
# via -r requirements.in
django-cors-headers==3.4.0
# via -r requirements.in
django-debug-toolbar==2.2
# via -r requirements.in
django-environ==0.4.5
# via -r requirements.in
django-filter==2.4.0
# via -r requirements.in
django-storages==1.9.1
# via -r requirements.in
djangorestframework==3.11.0
# via -r requirements.in
factory-boy==2.12.0
# via -r requirements.in
faker==4.18.0
# via
# -r requirements.in
# factory-boy
google-api-core==1.18.0
# via
# -r requirements.in
# google-api-python-client
google-api-python-client==1.9.0
# via -r requirements.in
google-auth==1.18.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.0.3
# via google-api-python-client
googleapis-common-protos==1.51.0
# via google-api-core
gunicorn==20.0.4
# via -r requirements.in
httplib2==0.18.0
# via
# google-api-python-client
# google-auth-httplib2
# oauth2client
idna==2.9
# via requests
jmespath==0.10.0
# via
# boto3
# botocore
oauth2client==4.1.3
# via -r requirements.in
oauthlib==3.1.0
# via requests-oauthlib
pillow==8.3.2
# via -r requirements.in
protobuf==3.12.2
# via
# -r requirements.in
# google-api-core
# googleapis-common-protos
psycopg2-binary==2.8.6
# via -r requirements.in
pyasn1==0.4.8
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via
# google-auth
# oauth2client
pycparser==2.21
# via cffi
pyjwt[crypto]==2.3.0
# via django-allauth
python-dateutil==2.8.1
# via
# botocore
# faker
python3-openid==3.1.0
# via django-allauth
pytz==2020.1
# via
# django
# google-api-core
requests==2.25.0
# via
# -r requirements.in
# django-allauth
# google-api-core
# requests-oauthlib
requests-oauthlib==1.3.0
# via django-allauth
rsa==4.0
# via
# google-auth
# oauth2client
s3transfer==0.3.3
# via boto3
six==1.14.0
# via
# django-ajax-selects
# google-api-core
# google-api-python-client
# google-auth
# oauth2client
# protobuf
# python-dateutil
sqlparse==0.3.1
# via
# django
# django-debug-toolbar
text-unidecode==1.3
# via faker
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.25.9
# via
# botocore
# requests
whitenoise==5.2.0
# via -r requirements.in