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