From d0a05e705909fe0b83fb66c045e2a08e23b955f8 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Tue, 10 Jan 2017 15:36:19 +0100 Subject: [PATCH] Bring back Python3.4 compatibility. Change-Id: I6418e611f2bf51ae9191d3ba800a0be54ef2c032 --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 417b777..8d130a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ os-client-config>=1.22.0 # Apache-2.0 pbr>=1.8 # Apache-2.0 shade>=1.13.1 +typing>=3.5.2.2 # PSF diff --git a/setup.cfg b/setup.cfg index 170ab0b..02b67f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 keywords = openstack