mirror of https://github.com/milvus-io/milvus.git
update requirements.txt
parent
ed5219b728
commit
359197eaaf
|
@ -1,21 +1,41 @@
|
||||||
|
astroid==2.3.3
|
||||||
|
atomicwrites==1.3.0
|
||||||
|
attrs==19.3.0
|
||||||
|
cachetools==3.1.1
|
||||||
|
certifi==2019.9.11
|
||||||
|
chardet==3.0.4
|
||||||
environs==4.2.0
|
environs==4.2.0
|
||||||
factory-boy==2.12.0
|
factory-boy==2.12.0
|
||||||
Faker==1.0.7
|
Faker==1.0.7
|
||||||
fire==0.1.3
|
fire==0.1.3
|
||||||
google-auth==1.6.3
|
google-auth==1.6.3
|
||||||
grpcio==1.22.0
|
grpcio==1.22.0
|
||||||
|
grpcio-opentracing==1.1.4
|
||||||
grpcio-tools==1.22.0
|
grpcio-tools==1.22.0
|
||||||
|
idna==2.8
|
||||||
|
importlib-metadata==0.23
|
||||||
|
isort==4.3.21
|
||||||
|
jaeger-client==4.1.0
|
||||||
kubernetes==10.0.1
|
kubernetes==10.0.1
|
||||||
|
lazy-object-proxy==1.4.3
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
marshmallow==2.19.5
|
marshmallow==2.19.5
|
||||||
pymysql==0.9.3
|
mccabe==0.6.1
|
||||||
|
mock==2.0.0
|
||||||
|
more-itertools==7.2.0
|
||||||
|
oauthlib==3.1.0
|
||||||
|
opentracing==2.2.0
|
||||||
|
packaging==19.2
|
||||||
|
pbr==5.4.3
|
||||||
|
pluggy==0.13.0
|
||||||
|
pluginbase==1.0.0
|
||||||
protobuf==3.9.1
|
protobuf==3.9.1
|
||||||
py==1.8.0
|
py==1.8.0
|
||||||
pyasn1==0.4.7
|
pyasn1==0.4.7
|
||||||
pyasn1-modules==0.2.6
|
pyasn1-modules==0.2.6
|
||||||
pylint==2.3.1
|
pylint==2.3.1
|
||||||
pymilvus-test==0.2.28
|
pymilvus==0.2.5
|
||||||
#pymilvus==0.2.0
|
PyMySQL==0.9.3
|
||||||
pyparsing==2.4.0
|
pyparsing==2.4.0
|
||||||
pytest==4.6.3
|
pytest==4.6.3
|
||||||
pytest-level==0.1.1
|
pytest-level==0.1.1
|
||||||
|
@ -25,13 +45,19 @@ pytest-timeout==1.3.3
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
python-dotenv==0.10.3
|
python-dotenv==0.10.3
|
||||||
pytz==2019.1
|
pytz==2019.1
|
||||||
|
PyYAML==5.1.2
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
requests-oauthlib==1.2.0
|
requests-oauthlib==1.2.0
|
||||||
rsa==4.0
|
rsa==4.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
SQLAlchemy==1.3.5
|
SQLAlchemy==1.3.5
|
||||||
|
text-unidecode==1.2
|
||||||
|
threadloop==1.0.2
|
||||||
|
thrift==0.13.0
|
||||||
|
tornado==5.1.1
|
||||||
|
typed-ast==1.4.0
|
||||||
urllib3==1.25.3
|
urllib3==1.25.3
|
||||||
jaeger-client>=3.4.0
|
wcwidth==0.1.7
|
||||||
grpcio-opentracing>=1.0
|
websocket-client==0.56.0
|
||||||
mock==2.0.0
|
wrapt==1.11.2
|
||||||
pluginbase==1.0.0
|
zipp==0.6.0
|
||||||
|
|
Loading…
Reference in New Issue