name: transcript-structure-generator
channels:
  - defaults
  - conda-forge
dependencies:
  - python=3.9
  - matplotlib
  - pandas
  - pip
  - tqdm
  - flake8-docstrings
  - mypy
  - flake8
  - pytest
  - pylint
  - coverage