Skip to content

Commit

Permalink
Conda env file for development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Sep 19, 2023
1 parent 3f6be7a commit 80b8522
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conda-environment-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: mxcubeweb
channels:
- conda-forge
dependencies:
- pytest
- coverage
- flake8
- black
- pytest-cov
- pytest-mock

0 comments on commit 80b8522

Please sign in to comment.