Cleanup pecan required version

Today the requirement for pecan has extraneous version specifiers
predating 1.3.2. This patch cleans up the pecan version specifiers
in requirements.txt.

Change-Id: Ic197b4149a299c545de5e7987b34cf8f1a2a289c
This commit is contained in:
Brian Haley 2019-01-04 10:06:21 -05:00 committed by Brian Haley
parent 630ff78409
commit b3416f5baf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT
debtcollector>=1.2.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.3.2 # BSD
pecan>=1.3.2 # BSD
httplib2>=0.9.1 # MIT
requests>=2.14.2 # Apache-2.0
Jinja2>=2.10 # BSD License (3 clause)