requirements.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. --extra-index-url https://test.pypi.org/simple/
  2. pytest-cov==2.8.1
  3. requests==2.26.0
  4. scikit-learn==1.1.3
  5. timeout_decorator==0.5.0
  6. ujson==5.5.0
  7. pytest==7.2.0
  8. pytest-assume==2.4.3
  9. pytest-timeout==1.3.3
  10. pytest-repeat==0.8.0
  11. allure-pytest==2.7.0
  12. pytest-print==0.2.1
  13. pytest-level==0.1.1
  14. pytest-xdist==2.5.0
  15. pytest-rerunfailures==9.1.1
  16. git+https://github.com/Projectplace/pytest-tags
  17. ndg-httpsclient
  18. pyopenssl
  19. pyasn1
  20. pytest-html==3.1.1
  21. delayed-assert==0.3.5
  22. kubernetes==17.17.0
  23. PyYAML==6.0
  24. pytest-sugar==0.9.5
  25. pytest-parallel
  26. pytest-random-order
  27. # pymilvus
  28. pymilvus==2.5.0rc95
  29. pymilvus[bulk_writer]==2.5.0rc95
  30. # for customize config test
  31. python-benedict==0.24.3
  32. timeout-decorator==0.5.0
  33. # for bulk insert test
  34. minio==7.1.5
  35. npy-append-array==0.9.15
  36. Faker==19.2.0
  37. # for benchmark
  38. h5py==3.8.0
  39. # for log
  40. loguru==0.7.0
  41. # util
  42. psutil==5.9.4
  43. pandas==1.5.3
  44. tenacity==8.1.0
  45. rich==13.7.0
  46. # for standby test
  47. etcd-sdk-python==0.0.4
  48. deepdiff==6.7.1
  49. # for test result analyzer
  50. prettytable==3.8.0
  51. pyarrow==14.0.1
  52. fastparquet==2023.7.0
  53. # for bf16 datatype
  54. ml-dtypes==0.2.0
  55. # for text match
  56. bm25s==0.2.0
  57. jieba==0.42.1
  58. # for perf test
  59. locust==2.25.0