File tree 5 files changed +13
-0
lines changed
5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,8 @@ glom # data represenation based on spec
5
5
jsonschema
6
6
django-log-outgoing-requests
7
7
8
+ # Django libraries
9
+ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
10
+
8
11
# Common ground libraries
9
12
notifications-api-common
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ django==4.2.11
85
85
# django-relativedelta
86
86
# django-rest-framework-condition
87
87
# django-sendfile2
88
+ # django-setup-configuration
88
89
# django-simple-certmanager
89
90
# django-solo
90
91
# django-two-factor-auth
@@ -137,6 +138,8 @@ django-rest-framework-condition==0.1.1
137
138
# via commonground-api-common
138
139
django-sendfile2==0.7.0
139
140
# via django-privates
141
+ django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
142
+ # via -r requirements/base.in
140
143
django-simple-certmanager==1.4.1
141
144
# via zgw-consumers
142
145
django-solo==2.2.0
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ django==4.2.11
125
125
# django-relativedelta
126
126
# django-rest-framework-condition
127
127
# django-sendfile2
128
+ # django-setup-configuration
128
129
# django-simple-certmanager
129
130
# django-solo
130
131
# django-two-factor-auth
@@ -207,6 +208,8 @@ django-sendfile2==0.7.0
207
208
# via
208
209
# -r requirements/base.txt
209
210
# django-privates
211
+ django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
212
+ # via -r requirements/base.txt
210
213
django-simple-certmanager==1.4.1
211
214
# via
212
215
# -r requirements/base.txt
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ django==4.2.11
147
147
# django-relativedelta
148
148
# django-rest-framework-condition
149
149
# django-sendfile2
150
+ # django-setup-configuration
150
151
# django-simple-certmanager
151
152
# django-solo
152
153
# django-two-factor-auth
@@ -233,6 +234,8 @@ django-sendfile2==0.7.0
233
234
# via
234
235
# -r requirements/ci.txt
235
236
# django-privates
237
+ django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
238
+ # via -r requirements/ci.txt
236
239
django-simple-certmanager==1.4.1
237
240
# via
238
241
# -r requirements/ci.txt
Original file line number Diff line number Diff line change 111
111
"notifications_api_common" ,
112
112
"simple_certmanager" ,
113
113
"zgw_consumers" ,
114
+ "django_setup_configuration" ,
114
115
# Two-factor authentication in the Django admin, enforced.
115
116
"django_otp" ,
116
117
"django_otp.plugins.otp_static" ,
You can’t perform that action at this time.
0 commit comments