Skip to content

Commit 194d85c

Browse files
committed
Update requirements.txt
1 parent fc3ba95 commit 194d85c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
fluent-logger>=0.9.3 # Apache-2.0
2+
python-json-logger>=0.1.9 # BSD
3+
grpcio>=1.13.0 # Apache-2.0
4+
grpcio-tools>=1.13.0 # Apache-2.0
5+
PyMySQL>=0.8.0 # MIT
6+
SQLAlchemy>=1.2.7 # MIT
7+
PyYAML>=3.13 # MIT

test-requirements.txt

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

0 commit comments

Comments
 (0)