Add some python dev tools to hpce-tools

This commit is contained in:
2020-08-07 13:09:56 +02:00
parent ce5122a2b2
commit b987afe195

View File

@@ -6,5 +6,15 @@ channels:
dependencies:
- python=3.6
- ldapuserdir
- cython # for pyslurm
# python development
- conda-build
- cython # for pyslurm
- black
- flake8
- mypy
- mypy_extensions
- typing_extensions
- tox
- tox-conda
- pytest
- bpython