environment.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: py38
  2. channels:
  3. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
  4. - defaults
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  6. dependencies:
  7. - python=3.8
  8. - ipython
  9. - sasl=0.3.1
  10. - pip
  11. - pip:
  12. - cmake
  13. - opencv-python
  14. - cython
  15. - fastapi
  16. - uvicorn
  17. - pytest
  18. - jinja2
  19. - aiofiles
  20. - python-multipart
  21. - requests
  22. - gunicorn
  23. - fastapi-pagination==0.9.3
  24. - pymysql==1.0.2
  25. - pylint==2.5.3
  26. - sqlfluff==1.3.1
  27. - PyHive==0.6.5
  28. - pure-sasl==0.6.2
  29. # - sasl==0.3.1
  30. - thrift==0.16.0
  31. - thrift-sasl==0.4.3
  32. - mysql-connector==2.2.9
  33. - mysql-connector-python==8.0.29
  34. - SQLAlchemy==1.4.9
  35. - numpy
  36. - pandas
  37. - minio==5.0.1
  38. - Pillow==9.1.1
  39. - croniter==1.3.7
  40. - uvloop
  41. - kubernetes
  42. - httptools
  43. - apscheduler
  44. - werkzeug==0.16.0
  45. - itsdangerous==1.1.0
  46. - kazoo==2.9.0
  47. - -i https://mirror.baidu.com/pypi/simple
  48. prefix: /opt/conda/envs/py38