123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- name: py38
- channels:
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
- - defaults
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- dependencies:
- - python=3.8
- - ipython
- - sasl=0.3.1
- - pip
- - pip:
- - cmake
- - opencv-python
- - cython
- - fastapi
- - uvicorn
- - pytest
- - jinja2
- - aiofiles
- - python-multipart
- - requests
- - gunicorn
- - fastapi-pagination==0.9.3
- - pymysql==1.0.2
- - pylint==2.5.3
- - sqlfluff==1.3.1
- - PyHive==0.6.5
- - pure-sasl==0.6.2
- # - sasl==0.3.1
- - thrift==0.16.0
- - thrift-sasl==0.4.3
- - mysql-connector==2.2.9
- - mysql-connector-python==8.0.29
- - SQLAlchemy==1.4.9
- - numpy
- - pandas
- - minio==5.0.1
- - Pillow==9.1.1
- - croniter==1.3.7
- - uvloop
- - kubernetes
- - httptools
- - apscheduler
- - werkzeug==0.16.0
- - itsdangerous==1.1.0
- - kazoo==2.9.0
- - -i https://mirror.baidu.com/pypi/simple
- prefix: /opt/conda/envs/py38
|