Skip to content

Commit 42d3672

Browse files
committed
Add requirements.txt for dev environments
Signed-off-by: Anish Asthana <[email protected]>
1 parent 56d659b commit 42d3672

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
1919

2020
We recommend using Python 3.8 for development.
2121
Install development specific dependencies:
22-
`$ pip install pre-commit poetry pytest pytest-mock coverage black==22.3.0`
22+
`$ pip install -r requirements-dev.txt`
2323

2424
Additional dependencies can be found in `requirements.txt`: `$ pip install -r requirements.txt`
2525

Diff for: requirements-dev.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pre-commit
2+
poetry
3+
pytest
4+
pytest-mock
5+
coverage
6+
black==22.3.0

0 commit comments

Comments
 (0)