From 97973959ba2426f3cb7482e120e34766022ad4d4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 20 Aug 2019 19:52:04 +0000 Subject: [PATCH] Changed requirements to permit pyang 2.0 and greater. - Legacy-Id: 16663 --- requirements.txt | 2 +- requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a47532682..0b1d5b1db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/requirements3.txt b/requirements3.txt index ff1361acd..347c64007 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -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