File tree 5 files changed +11
-0
lines changed
5 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ open-api-framework
2
2
3
3
# Core python libraries
4
4
jsonschema
5
+ furl
5
6
6
7
# Framework libraries
7
8
django-jsonsuit
8
9
sharing-configs
10
+ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
9
11
10
12
# API libraries
11
13
drf-nested-routers
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ django-sendfile2==0.7.0
140
140
# via django-privates
141
141
django-simple-certmanager==2.0.0
142
142
# via zgw-consumers
143
+ django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
144
+ # via -r requirements/base.in
143
145
django-solo==2.0.0
144
146
# via
145
147
# commonground-api-common
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ django==4.2.11
132
132
# django-relativedelta
133
133
# django-rest-framework-condition
134
134
# django-sendfile2
135
+ # django-setup-configuration
135
136
# django-simple-certmanager
136
137
# django-solo
137
138
# django-two-factor-auth
@@ -217,6 +218,8 @@ django-simple-certmanager==2.0.0
217
218
# via
218
219
# -r requirements/base.txt
219
220
# zgw-consumers
221
+ django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
222
+ # via -r requirements/base.txt
220
223
django-solo==2.0.0
221
224
# via
222
225
# -r requirements/base.txt
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ django==4.2.11
152
152
# django-relativedelta
153
153
# django-rest-framework-condition
154
154
# django-sendfile2
155
+ # django-setup-configuration
155
156
# django-simple-certmanager
156
157
# django-solo
157
158
# django-two-factor-auth
@@ -241,6 +242,8 @@ django-simple-certmanager==2.0.0
241
242
# via
242
243
# -r requirements/ci.txt
243
244
# zgw-consumers
245
+ django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
246
+ # via -r requirements/ci.txt
244
247
django-solo==2.0.0
245
248
# via
246
249
# -r requirements/ci.txt
Original file line number Diff line number Diff line change 77
77
"solo" ,
78
78
"drf_spectacular" ,
79
79
"vng_api_common" ,
80
+ "django_setup_configuration" ,
80
81
# Two-factor authentication in the Django admin, enforced.
81
82
"django_otp" ,
82
83
"django_otp.plugins.otp_static" ,
You can’t perform that action at this time.
0 commit comments