Skip to content

Commit 6b85aea

Browse files
author
Sonny Bakker
committed
[#21] pin open-api-framework to 0.5.0
1 parent d732cdc commit 6b85aea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36#egg=open_api_framework
1+
open-api-framework
22

33
# Core python libraries
44
glom # data represenation based on spec

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ notifications-api-common==0.2.2
236236
# via
237237
# -r requirements/base.in
238238
# commonground-api-common
239-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
239+
open-api-framework==0.5.0
240240
# via -r requirements/base.in
241241
orderedmultidict==1.0.1
242242
# via furl

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ notifications-api-common==0.2.2
369369
# via
370370
# -r requirements/base.txt
371371
# commonground-api-common
372-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
372+
open-api-framework==0.5.0
373373
# via -r requirements/base.txt
374374
orderedmultidict==1.0.1
375375
# via

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ notifications-api-common==0.2.2
414414
# via
415415
# -r requirements/ci.txt
416416
# commonground-api-common
417-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
417+
open-api-framework==0.5.0
418418
# via -r requirements/ci.txt
419419
orderedmultidict==1.0.1
420420
# via

0 commit comments

Comments
 (0)