Skip to content
Snippets Groups Projects
dev.yml 1.01 KiB
Newer Older
  - http://www.idiap.ch/software/beat/conda/label/beta
  - http://www.idiap.ch/software/beat/conda
  # packages you may pin are here
  - python=3.6
  - beat-devel=2018.12.15
  # requirements.txt, they are indirectly pinned through the above
  - beat.core
  - docopt
  - docutils
  - jinja2
  - matplotlib
  - psutil

  # these are required for local development, they are not runtime
  - beat.cmdline
  - bob.extension
  - nose
  - coverage
  - sphinx
  - sphinx_rtd_theme
  - bob.buildout

  # add here, packages which are **not** available on above channels
    - django-jsonfield-compat>=0.4,<0.5
    - django-post_office>=3.1,<3.2
    - django-rest-swagger>=2.2,<2.3
    - djangorestframework>=3.9,<3.10