This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
BreCal/environment.yml

49 lines
1.4 KiB
YAML

name: brecal
channels:
- conda-forge
- carta
- anaconda
- defaults
dependencies:
- pip
- colorama>=0.4.6=pyhd8ed1ab_0
- coverage>=7.3.0=py311h459d7ec_0
- ipykernel>=6.25.1=pyh71e2992_0
- ipython>=8.14.0=pyh41d4057_0
- jupyterlab>=4.0.5=pyhd8ed1ab_0
- mamba>=1.4.9=py311h3072747_0
- conda-forge::pytest>=7.4.0=pyhd8ed1ab_0
- conda-forge::pytest-cov>=4.1.0=pyhd8ed1ab_0
- python>=3.11.4=hab00c5b_0_cpython
- pytz>=2023.3=pyhd8ed1ab_0
- setuptools>=68.0.0=pyhd8ed1ab_0
- tqdm>=4.66.1=pyhd8ed1ab_0
- typing_extensions>=4.7.1=pyha770c72_0
- typing_utils>=0.1.0=pyhd8ed1ab_0
- conda-forge::pandas>=2.1.0=py311h320fe9a_0
- conda-forge/noarch::flask>=2.3.3=pyhd8ed1ab_0
- conda-forge::mysql-connector-python>=8.0.31=py311h0cf059c_2
- conda-forge::marshmallow>=3.20.1=pyhd8ed1ab_0
- conda-forge::marshmallow-dataclass>=8.5.14=pyhd8ed1ab_0
- conda-forge::webargs>=8.3.0=pyhd8ed1ab_0
- conda-forge::bcrypt>=4.0.1=py311h46250e7_0
- conda-forge::cached-property>=1.5.2=hd8ed1ab_1
- conda-forge::cached_property>=1.5.2=pyha770c72_1
- conda-forge::dsnparse>=0.2.1=pyhd8ed1ab_0
- conda-forge::schedule>=1.2.0=pyhd8ed1ab_0
- pip:
# pip packages and wheels
- pyjwt==2.7.0
- flask-jwt-extended
- pydapper[mysql-connector-python]
- coro-context-manager
- -e /home/scope/brecal/src/lib_brecal_utils/.
- -e /home/scope/brecal/src/server/.
prefix: /home/scope/anaconda3/envs/brecal