Skip to content

Commit a336a6b

Browse files
authored
Merge pull request #1506 from Pierre-Sassoulas/master
Add three missing required dependencies in CONTRIBUTING.md
2 parents ecaf701 + fd53cde commit a336a6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44

55
- The complete test suite depends on having at least the following installed
66
(possibly not a complete list)
7-
- git (A sufficiently newer version is required to run pre-push tests)
7+
- git (Version 2.24.0 or above is required to run pre-merge-commit tests)
88
- python2 (Required by a test which checks different python versions)
99
- python3 (Required by a test which checks different python versions)
1010
- tox (or virtualenv)
1111
- ruby + gem
1212
- docker
13+
- conda
14+
- cargo (required by tests for rust dependencies)
15+
- go (required by tests for go dependencies)
16+
- swift
1317

1418
### Setting up an environment
1519

0 commit comments

Comments
 (0)