-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
175 lines (172 loc) · 3.14 KB
/
Copy pathsetup.cfg
File metadata and controls
175 lines (172 loc) · 3.14 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
165
166
167
168
169
170
171
172
173
174
175
[metadata]
name = baseapp_backend
version = attr: baseapp.__version__
description = BaseApp
long_description = file: README.md
url = https://github.com/silverlogic/baseapp-backend
author = The SilverLogic
author_email = dev@tsl.io
license = BSD-3-Clause # Example license
[options]
include_package_data = true
packages = find:
python_requires = >=3.11
setup_requires =
setuptools_scm
install_requires =
Django >= 4.2.15
daphne >= 4.0
channels >= 4.0
django-filter >= 23.3
celery >= 5.2
django-pgtrigger >= 4.9
swapper >= 1.3
django-model-utils >= 4.3
djangorestframework >= 3.14
drf-nested-routers >= 0.93.5
djangorestframework-expander >= 0.2
drf-extra-fields >= 3.5
psycopg2-binary >= 2.9
django-phonenumber-field >= 7.0
phonenumbers >= 8.13
easy_thumbnails >= 2.8
djmail >= 2.0
django-constance >= 4.3.2
django_jinja >= 2.11
django-pghistory >= 3.4.1
django-ipware >= 7.0.1
python-ipware >= 3.0.0
requests >= 2.32.3
[options.extras_require]
auth =
baseapp-django-trench >= 0.4.4
djangorestframework-simplejwt[crypto] >= 5.2.2
referrals =
hashids == 1.3.1
graphql =
graphene >= 3.2
graphene-django >= 3.2.0
graphene_django_optimizer >= 0.10
django-graphql-geojson >= 0.1.4
graphene-django-query-optimizer >= 0.10.7
baseapp-django-channels-graphql-ws == 1.0.0rc9
pages =
django-quill-editor >= 0.1
django-translated-fields >= 0.13
payments =
stripe >= 11.5.0
notifications =
django-notifications-hq >= 1.8
firebase-admin >= 6.5.0
django-push-notifications[WP,apns-async,FCM] >= 3.2
urlshortening =
short_url >= 1.2.2
messagetemplates =
sendgrid >= 6.9
django-sendgrid-v5 >= 1.2
beautifulsoup4 >= 4.6
django-nested-admin >= 3.3
lxml >= 4.9
nh3 >= 0.2
django-ckeditor >= 6.5
wagtail =
wagtail >= 7.0
wagtail-headless-preview == 0.8
socialauth =
hashids == 1.3.1
rest-social-auth >= 8.1.0
social-auth-core == 4.5.4
[options.package_data]
baseapp =
*.j2
*.html
*.png
baseapp_core =
*.j2
*.html
*.png
baseapp_reactions =
*.j2
*.html
*.png
baseapp_reports =
*.j2
*.html
*.png
baseapp_ratings =
*.j2
*.html
*.png
baseapp_follows =
*.j2
*.html
*.png
baseapp_blocks =
*.j2
*.html
*.png
baseapp_pages =
*.j2
*.html
*.png
baseapp_payments =
*.j2
*.html
*.png
baseapp_notifications =
*.j2
*.html
*.png
baseapp_comments =
*.j2
*.html
*.png
baseapp_cloudflare_stream_field =
*.html
*.js
*.map
baseapp_url_shortening =
*.html
*.js
*.map
baseapp_organizations =
*.j2
*.html
*.png
baseapp_message_templates =
*.j2
*.html
*.png
baseapp_chats =
*.j2
*.html
*.png
baseapp_e2e =
*.j2
*.html
*.png
baseapp_drf_view_action_permissions =
*.j2
*.html
*.png
baseapp_social_auth =
*.j2
*.html
*.png
baseapp_wagtail =
*.j2
*.html
*.png
baseapp_profiles =
*.j2
*.html
*.png
*.jpg
baseapp_auth =
*.j2
*.html
*.png
baseapp_referrals =
*.j2
*.html
*.png