Changed requirements to permit pyang 2.0 and greater.

- Legacy-Id: 16663
This commit is contained in:
Henrik Levkowetz 2019-08-20 19:52:04 +00:00
parent 69ee4948fe
commit 97973959ba
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ pathlib>=1.0
pathlib2>=2.3.0
Pillow>=3.0
#pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
pyang>=1.7.2,<2.0
pyang>=1.7.2
pyflakes>=0.9.2
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors

View file

@ -42,7 +42,7 @@ pathlib>=1.0
pathlib2>=2.3.0
Pillow>=3.0
#pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
pyang>=1.7.2,<2.0
pyang>=1.7.2
pyflakes>=0.9.2
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors