moneyusage/environment.yml

24 lines
593 B
YAML
Raw Normal View History

# this file specifies what the suitable conda environment for this
# project looks like
name: moneyusage
# channels:
# - conda-forge
dependencies:
2020-07-07 09:27:46 +02:00
- python=3.8
2020-07-07 14:04:07 +02:00
- autopep8
- pytest
- pylint
2020-08-04 16:42:01 +02:00
- rope # for refactoring
2020-08-04 13:34:15 +02:00
- mypy # static type checker, since pylint is not so great at that
2020-10-07 22:01:31 +02:00
- matplotlib
- sphinx
- SQLAlchemy-Utils>=0.31
- SQLAlchemy>=1.0
2020-12-09 14:36:29 +01:00
- coverage
- pip
# packages to be installed via pip:
- pip:
- piecash # and some version check removal, see README.md
2020-08-04 13:35:09 +02:00
- sphinx_autodoc_typehints
- --editable .