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
This commit is contained in:
parent
b97d45f5ba
commit
7266c46ce6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue