Skip to content

Commit 34b3592

Browse files
committed
Update requirements.txt
1 parent 8114bca commit 34b3592

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.18.0
2-
grpcio-tools==1.18.0
3-
fluent-logger==0.9.3
4-
python-json-logger==0.1.10
1+
grpcio>=1.13.0 # Apache-2.0
2+
grpcio-tools>=1.13.0 # Apache-2.0
3+
fluent-logger>=0.9.3 # Apache-2.0
4+
python-json-logger>=0.1.9 # BSD

test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
drucker==0.4.5
2-
coverage==4.5.2
3-
nose==1.3.7
4-
pytest==4.1.1
5-
py==1.7.0
6-
codecov==2.0.15
7-
grpcio-testing==1.18.0
2+
coverage>=4.0.3
3+
nose>=1.3.7
4+
pytest
5+
py>=1.4.31
6+
codecov>=1.4.0
7+
grpcio-testing>=1.13.0

0 commit comments

Comments
 (0)