Requests Dependency Error

Previously the pins resolved tox tests, but were added to the wrong
requirements file.  The dependency error is still present in the
pegleg images. Moving pins to correct file to resolve.

Change-Id: I1796491cbf0e548fac50e01fbe03a379a5c82f9e
This commit is contained in:
Hughes, Alexander (ah8742) 2019-06-12 15:59:08 +00:00
parent c6e5860f66
commit 11337a77c2
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ pyyaml==5.1
cryptography==2.3.1
python-dateutil==2.7.3
docker==3.7.2
requests==2.20.0
urllib3==1.24.3
chardet==3.0.4
# External dependencies
git+https://opendev.org/airship/deckhand.git@a76ffb66ae809c19281a6cf5c9414ed197d249b7

View File

@ -4,9 +4,6 @@ pytest-cov==2.5.1
testfixtures==6.8.2
pytest-xdist==1.23.2
mock==2.0.0
requests==2.20.0
urllib3==1.24.3
chardet==3.0.4
# Formatting
yapf==0.20.0