Skip to content

Commit 8641bdf

Browse files
committed
chore(deps): Link requirements.txt within requirements_dev.txt
This way I only have to run pip once to get ALL the deps installed. I'm lazy I know.
1 parent 82d127e commit 8641bdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ run:
22
@python server.py
33

44
setup:
5-
@pip install -r requirements.txt -r requirements_dev.txt -U
5+
@pip install -r requirements_dev.txt -U
66

77
setup-prod:
88
@pip install -r requirements.txt

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r requirements.txt
12
coverage>=4.5.1,<4.6.0
23
flake8>=3.6.0,<3.7.0
34
nose>=1.3.7,<1.4.0

0 commit comments

Comments
 (0)