Skip to content
Snippets Groups Projects
Commit c73d3f6f authored by Hugo Kerstens's avatar Hugo Kerstens
Browse files

Add conda environment.yml

parent 850ec209
No related branches found
No related tags found
1 merge request!152Run Redis from Conda and add environment.yml
name: zesje-dev
channels:
- conda-forge
- anaconda
dependencies:
- python=3.6
- yarn
- redis
- pip:
# Core components
- flask
- flask_restful
- flask_sqlalchemy
- sqlalchemy
- Flask-Migrate
- alembic
- pyyaml
- celery
- redis
# General utilities
- numpy
- scipy
# summary plot generation
- matplotlib
- seaborn
# PDF generation
- pdfrw
- reportlab
- Wand
- Pillow # also scan processing
- pyStrich # TODO: can we replace this with stuff from pylibdmtx?
# Scan processing
- opencv-python
- git+https://github.com/mstamy2/PyPDF2
- pylibdmtx
# Exporting
- pandas
- openpyxl # required for writing dataframes as Excel spreadsheets
#
# Development dependencies
#
# Tests
- pytest
- pyssim
- pytest-cov
# Linting
- flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment