From 543a287a89d2a461fe783aeed82cba4ac2720413 Mon Sep 17 00:00:00 2001 From: Lucian Petrut Date: Tue, 10 Nov 2015 14:23:05 +0200 Subject: [PATCH] Add os-win to requirements.txt A common library abstracting Windows specific operations has been created in order to remove duplicated code among OpenStack projects, also being easier to maintain. This patch adds os-win to global requirements so that the Windows drivers may use it. Change-Id: I796f8849dec1c46b99595c096b1c4b10b5a0221f Partially-implements: blueprint windows-os-win --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 59a36eba2..c462c7cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,3 +52,4 @@ WebOb>=1.2.3 oslo.i18n>=1.5.0 # Apache-2.0 oslo.vmware>=1.16.0 # Apache-2.0 os-brick>=0.4.0 # Apache-2.0 +os-win>=0.0.6 # Apache-2.0 -- 2.45.2