Skip to content

Commit 3c2c8be

Browse files
committed
📌 Pin to specific commonground-api-common version
this version moves the auth middleware to the proper directory, to avoid unnecessary migrations if the authorizations app is unused
1 parent 77ab5b0 commit 3c2c8be

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

requirements/base.in

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
open-api-framework
2+
git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file#egg=commonground-api-common

requirements/base.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ click-plugins==1.1.1
5656
# via celery
5757
click-repl==0.3.0
5858
# via celery
59-
commonground-api-common==1.13.3
60-
# via open-api-framework
59+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file
60+
# via
61+
# -r requirements/base.in
62+
# open-api-framework
6163
coreapi==2.3.3
6264
# via commonground-api-common
6365
coreschema==0.0.4

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ click-repl==0.3.0
9797
# celery
9898
codecov==2.1.13
9999
# via -r requirements/ci.in
100-
commonground-api-common==1.13.3
100+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file
101101
# via
102102
# -r requirements/base.txt
103103
# open-api-framework

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ click-repl==0.3.0
9898
# via
9999
# -r requirements/base.txt
100100
# celery
101-
commonground-api-common==1.13.3
101+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file
102102
# via
103103
# -r requirements/base.txt
104104
# open-api-framework

0 commit comments

Comments
 (0)