Skip to content

Commit b560302

Browse files
mcesariniflumdimopoulos
authored andcommitted
chore: rename requirements.txt to requirements-dev.txt
1 parent 7aba017 commit b560302

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ help:
1313
@awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST)
1414

1515
install_deps: ## install Python dependencies
16-
python3 -m pip install -r requirements.txt
16+
python3 -m pip install -r requirements-dev.txt
1717

1818
check: ## check that very basic tests run
1919
@echo "Running dummy test..."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ suites.
3838
## Description
3939

4040
Fluster requires **Python 3.6+** to work. It has zero dependencies apart from
41-
that. The [requirements.txt](https://github.com/fluendo/fluster/blob/master/requirements.txt) file includes Python's modules
41+
that. The [requirements-dev.txt](https://github.com/fluendo/fluster/blob/master/requirements-dev.txt) file includes Python's modules
4242
used only for development.
4343

4444
The framework works with test suites. Each test suite is associated with one
@@ -595,7 +595,7 @@ results are obtained, we can do the following procedure:
595595
596596
1. Fork the repo.
597597
2. Install the required Python modules for development using `pip3 install -r
598-
requirements.txt`.
598+
requirements-dev.txt`.
599599
3. Install the [git hook](https://github.com/fluendo/fluster/blob/master/scripts/install_git_hook.sh) that will run for every
600600
commit to ensure it works before pushing. [About git
601601
hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks).
File renamed without changes.

0 commit comments

Comments
 (0)