Skip to content

Commit 13bce39

Browse files
committed
move tenacity from base requirements to test requirements
1 parent 9f6d0ca commit 13bce39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/base.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
grpcio>=1.2.0
2-
tenacity==5.0.2
3-
protobuf==3.6.1
2+
protobuf==3.6.1

requirements/test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ flake8-docstrings==1.3.0
1515
pydocstyle<4 # python2.7
1616
mock==2.0.0
1717
pifpaf
18+
tenacity==5.0.2

0 commit comments

Comments
 (0)