Add test dependency on requests

oslo_service/tests/test_wsgi is explicitly and directly using
requests, so depend on it

Change-Id: Iaf827c04c1923ba1dab8f25bdc77e60c3c36a435
This commit is contained in:
Dirk Mueller 2018-05-30 08:48:39 +02:00
parent c236c1ddd9
commit eaf624211d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
requests
# These are needed for docs generation/testing
openstackdocstheme>=1.18.1 # Apache-2.0