Logo

GitLab

Sign in

Marcell / collector

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • collector
  • environment.yml
  • Add djangorestframework dependency to Conda environment file.
    19b82fe0
    Bartłomiej Nitoń authored
    2020-06-03 12:46:48 +0200  
    Browse Code »
environment.yml 334 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
dependencies:
  - python==3.6.10
  - conda-forge::django-extensions
  - django==2.1.2
  - keras==2.2.5
  - natsort
  - psycopg2
  - scikit-learn
  - scrapy
  - tensorflow==1.14
  - tika==1.19
  - pip
  - pip:
    - django-admin-numeric-filter
    - djangorestframework
    - Owlready2
    - pysolr
    - python-dateutil
    - xmldiff