Skip to content
Snippets Groups Projects
  • Samuel GAIST's avatar
    d7b62214
    [conda] Ensure Django is at least version 3 · d7b62214
    Samuel GAIST authored
    Other package version constraints have been removed
    as they where there to ensure either that the
    dependency was new or old enough to work with either
    the Django version used or the Python version
    available on the system.
    d7b62214
    History
    [conda] Ensure Django is at least version 3
    Samuel GAIST authored
    Other package version constraints have been removed
    as they where there to ensure either that the
    dependency was new or old enough to work with either
    the Django version used or the Python version
    available on the system.
dev.yml 1.02 KiB
name: beat-web
channels:
  - http://www.idiap.ch/software/beat/conda
  - defaults
dependencies:
  - pip

  # packages you may pin are here
  - python=3.6
  - bob-devel=2020.01.09
  - beat-devel=2020.01.09

  # beat dependencies matching release.cfg
  - beat.core=1.10.7
  - beat.backend.python=1.7.11
  - beat.cmdline=1.8.2

  # requirements.txt, they are indirectly pinned through the above
  - docopt
  - docutils
  - jinja2
  - matplotlib
  - psutil
  - psycopg2
  - pytz
  - simplejson

  # these are required for local development, they are not runtime
  - bob.extension
  - nose
  - coverage
  - sphinx
  - sphinx_rtd_theme
  - bob.buildout
  - mr.developer
  - sphinxcontrib-programoutput
  - sphinxcontrib-httpdomain

  # add here, packages which are **not** available on above channels
  - pip:
    - django>=3.0,<4.0
    - django-activity-stream
    - django-guardian
    - django-jsonfield
    - django-jsonfield-compat
    - django-post_office
    - drf-yasg
    - djangorestframework
    - sphinxcontrib-openapi
    - jsonfield