Skip to content

Commit b58d2b7

Browse files
committed
➕ added djangorestframework-inclusions library
1 parent 8a72bea commit b58d2b7

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

requirements/base.in

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ django-better-admin-arrayfield
3737

3838
# API libraries
3939
djangorestframework
40+
djangorestframework-inclusions
4041
# django-extra-fields
4142
# django-filter
4243
# drf-yasg # api documentation

requirements/base.txt

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ django==3.2.23
9898
# django-sniplates
9999
# django-solo
100100
# djangorestframework
101+
# djangorestframework-inclusions
101102
# drf-nested-routers
102103
# drf-yasg
103104
# mozilla-django-oidc
@@ -160,13 +161,16 @@ djangorestframework==3.12.4
160161
# -r requirements/base.in
161162
# commonground-api-common
162163
# django-loose-fk
164+
# djangorestframework-inclusions
163165
# drf-nested-routers
164166
# drf-yasg
165167
# notifications-api-common
166168
djangorestframework-camel-case==1.4.2
167169
# via
168170
# commonground-api-common
169171
# notifications-api-common
172+
djangorestframework-inclusions==1.2.0
173+
# via -r requirements/base.in
170174
drf-nested-routers==0.93.4
171175
# via commonground-api-common
172176
drf-yasg==1.21.7

requirements/ci.txt

+6
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ django==3.2.23
173173
# django-sniplates
174174
# django-solo
175175
# djangorestframework
176+
# djangorestframework-inclusions
176177
# drf-nested-routers
177178
# drf-yasg
178179
# mozilla-django-oidc
@@ -288,6 +289,7 @@ djangorestframework==3.12.4
288289
# -r requirements/base.txt
289290
# commonground-api-common
290291
# django-loose-fk
292+
# djangorestframework-inclusions
291293
# drf-nested-routers
292294
# drf-yasg
293295
# notifications-api-common
@@ -297,6 +299,10 @@ djangorestframework-camel-case==1.4.2
297299
# -r requirements/base.txt
298300
# commonground-api-common
299301
# notifications-api-common
302+
djangorestframework-inclusions==1.2.0
303+
# via
304+
# -c requirements/base.txt
305+
# -r requirements/base.txt
300306
docutils==0.18.1
301307
# via
302308
# recommonmark

requirements/dev.txt

+6
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ django==3.2.23
209209
# django-sniplates
210210
# django-solo
211211
# djangorestframework
212+
# djangorestframework-inclusions
212213
# drf-nested-routers
213214
# drf-yasg
214215
# mozilla-django-oidc
@@ -332,6 +333,7 @@ djangorestframework==3.12.4
332333
# -r requirements/ci.txt
333334
# commonground-api-common
334335
# django-loose-fk
336+
# djangorestframework-inclusions
335337
# drf-nested-routers
336338
# drf-yasg
337339
# notifications-api-common
@@ -341,6 +343,10 @@ djangorestframework-camel-case==1.4.2
341343
# -r requirements/ci.txt
342344
# commonground-api-common
343345
# notifications-api-common
346+
djangorestframework-inclusions==1.2.0
347+
# via
348+
# -c requirements/ci.txt
349+
# -r requirements/ci.txt
344350
docutils==0.18.1
345351
# via
346352
# -c requirements/ci.txt

0 commit comments

Comments
 (0)