Commit 634b940 1 parent 4c1e841 commit 634b940 Copy full SHA for 634b940
File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
11
11
pkg-config \
12
12
build-essential \
13
13
# only relevant when using editable/github dependencies, which is discouraged
14
- git \
15
14
libpq-dev \
16
15
shared-mime-info \
17
16
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1
1
open-api-framework
2
- git+https://github.com/maykinmedia/commonground-api-common.git@issue/44-migration-error
3
2
4
3
django-import-export[xlsx]
Original file line number Diff line number Diff line change @@ -59,10 +59,8 @@ click-plugins==1.1.1
59
59
# via celery
60
60
click-repl==0.3.0
61
61
# via celery
62
- commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@issue/44-migration-error
63
- # via
64
- # -r requirements/base.in
65
- # open-api-framework
62
+ commonground-api-common==2.1.0
63
+ # via open-api-framework
66
64
coreapi==2.3.3
67
65
# via commonground-api-common
68
66
coreschema==0.0.4
@@ -240,7 +238,7 @@ mozilla-django-oidc==4.0.1
240
238
# via mozilla-django-oidc-db
241
239
mozilla-django-oidc-db==0.19.0
242
240
# via open-api-framework
243
- notifications-api-common==0.3.0
241
+ notifications-api-common==0.3.1
244
242
# via commonground-api-common
245
243
open-api-framework==0.8.1
246
244
# via -r requirements/base.in
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ click-repl==0.3.0
98
98
# celery
99
99
codecov==2.1.13
100
100
# via -r requirements/ci.in
101
- commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@issue/44-migration-error
101
+ commonground-api-common==2.1.0
102
102
# via
103
103
# -r requirements/base.txt
104
104
# open-api-framework
@@ -421,7 +421,7 @@ multidict==6.0.5
421
421
# via yarl
422
422
mypy-extensions==1.0.0
423
423
# via black
424
- notifications-api-common==0.3.0
424
+ notifications-api-common==0.3.1
425
425
# via
426
426
# -r requirements/base.txt
427
427
# commonground-api-common
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ click-repl==0.3.0
101
101
# via
102
102
# -r requirements/base.txt
103
103
# celery
104
- commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@issue/44-migration-error
104
+ commonground-api-common==2.1.0
105
105
# via
106
106
# -r requirements/base.txt
107
107
# open-api-framework
@@ -430,7 +430,7 @@ multidict==6.0.5
430
430
# via yarl
431
431
mypy-extensions==1.0.0
432
432
# via black
433
- notifications-api-common==0.3.0
433
+ notifications-api-common==0.3.1
434
434
# via
435
435
# -r requirements/base.txt
436
436
# commonground-api-common
You can’t perform that action at this time.
0 commit comments