Skip to content

Commit 4f4e26a

Browse files
committed
Added a missing indirect dependency on PyOpenSSL (via urllib3) to requirements.txt, to work around a broken dependency chain.
- Legacy-Id: 14636
1 parent 47e45c5 commit 4f4e26a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pathlib2>=2.3.0
3737
Pillow>=3.0
3838
pyang>=1.7.2,<2.0
3939
pyflakes>=0.9.2
40+
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
4041
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
4142
python-dateutil>=2.2
4243
python-magic>=0.4.6

0 commit comments

Comments
 (0)