From 7266c46ce6d517b42e7bd64add3bff59db2eb4ee Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 6 Jul 2017 13:56:11 +0000 Subject: [PATCH] Limit pyang and xym to current major version; there's a possibility of new API-incompatible versions with semantic versioned numbers appearing. - Legacy-Id: 13779 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2fa8ce27..3bed8187d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ MySQL-python>=1.2.5 pathlib>=1.0 pathlib2>=2.3.0 Pillow>=3.0 -pyang>=1.7.2 # Handled as an svn:externals component +pyang>=1.7.2,<2.0 pyflakes>=0.8.1 pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors python-dateutil>=2.2 @@ -51,6 +51,6 @@ Trac>=1.0.10,<1.2 Unidecode>=0.4.18 #wsgiref>=0.1.2 xml2rfc>=2.5.0,!=2.6.0 -xym==0.4.2 +xym==0.4.2,<1.0 #zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation