Remove positional from requirements

Positional was added back in I7f75a1319bca5865be71a3380e0866e87a13e37b
but it doesn't seem to actually be used.

positional has some design issues and we're trying to remove it from
global-requirements so remove it here.

Change-Id: I0fc8be32ac8664ff4a1514a12b681a44c2254c21
This commit is contained in:
Tony Breeds 2017-08-23 12:54:13 +10:00
parent c40776afad
commit 0e1c780a84
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ osc-lib>=1.7.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
positional>=1.1.1 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
pyparsing>=2.1.0 # MIT
pytz>=2013.6 # MIT