We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3ba95 commit 194d85cCopy full SHA for 194d85c
2 files changed
requirements.txt
@@ -1,7 +1,7 @@
1
-fluent-logger==0.9.3
2
-python-json-logger==0.1.10
3
-grpcio==1.18.0
4
-grpcio-tools==1.18.0
5
-PyMySQL==0.9.3
6
-SQLAlchemy==1.2.16
7
-PyYAML==3.13
+fluent-logger>=0.9.3 # Apache-2.0
+python-json-logger>=0.1.9 # BSD
+grpcio>=1.13.0 # Apache-2.0
+grpcio-tools>=1.13.0 # Apache-2.0
+PyMySQL>=0.8.0 # MIT
+SQLAlchemy>=1.2.7 # MIT
+PyYAML>=3.13 # MIT
test-requirements.txt
@@ -1,6 +1,6 @@
-coverage==4.5.2
-nose==1.3.7
-pytest==4.1.1
-py==1.7.0
-codecov==2.0.15
-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