Commit 80ca4e7 Sonny Bakker
committed
1 parent 768102e commit 80ca4e7 Copy full SHA for 80ca4e7
File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- git+https://github.com/maykinmedia/ open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36#egg=open_api_framework
1
+ open-api-framework
2
2
django-log-outgoing-requests
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ asgiref==3.8.1
14
14
# django-cors-headers
15
15
asn1crypto==1.5.1
16
16
# via webauthn
17
+ async-timeout==4.0.3
18
+ # via redis
17
19
attrs==23.2.0
18
20
# via
19
21
# glom
@@ -229,7 +231,7 @@ mozilla-django-oidc-db==0.15.0
229
231
# via open-api-framework
230
232
notifications-api-common==0.2.2
231
233
# via commonground-api-common
232
- open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
234
+ open-api-framework==0.5.0
233
235
# via -r requirements/base.in
234
236
orderedmultidict==1.0.1
235
237
# via furl
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ asn1crypto==1.5.1
29
29
# webauthn
30
30
astroid==3.1.0
31
31
# via pylint
32
+ async-timeout==4.0.3
33
+ # via
34
+ # -c requirements/base.txt
35
+ # -r requirements/base.txt
36
+ # redis
32
37
attrs==23.2.0
33
38
# via
34
39
# -c requirements/base.txt
@@ -479,7 +484,7 @@ notifications-api-common==0.2.2
479
484
# -c requirements/base.txt
480
485
# -r requirements/base.txt
481
486
# commonground-api-common
482
- open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
487
+ open-api-framework==0.5.0
483
488
# via
484
489
# -c requirements/base.txt
485
490
# -r requirements/base.txt
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ astroid==3.1.0
35
35
# -c requirements/ci.txt
36
36
# -r requirements/ci.txt
37
37
# pylint
38
+ async-timeout==4.0.3
39
+ # via
40
+ # -c requirements/ci.txt
41
+ # -r requirements/ci.txt
42
+ # redis
38
43
attrs==23.2.0
39
44
# via
40
45
# -c requirements/ci.txt
@@ -539,7 +544,7 @@ notifications-api-common==0.2.2
539
544
# -c requirements/ci.txt
540
545
# -r requirements/ci.txt
541
546
# commonground-api-common
542
- open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
547
+ open-api-framework==0.5.0
543
548
# via
544
549
# -c requirements/ci.txt
545
550
# -r requirements/ci.txt
You can’t perform that action at this time.
0 commit comments