We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8114bca commit 34b3592Copy full SHA for 34b3592
2 files changed
requirements.txt
@@ -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
+grpcio>=1.13.0 # Apache-2.0
+grpcio-tools>=1.13.0 # Apache-2.0
+fluent-logger>=0.9.3 # Apache-2.0
+python-json-logger>=0.1.9 # BSD
test-requirements.txt
@@ -1,7 +1,7 @@
drucker==0.4.5
-coverage==4.5.2
-nose==1.3.7
-pytest==4.1.1
5
-py==1.7.0
6
-codecov==2.0.15
7
-grpcio-testing==1.18.0
+coverage>=4.0.3
+nose>=1.3.7
+pytest
+py>=1.4.31
+codecov>=1.4.0
+grpcio-testing>=1.13.0
0 commit comments