Skip to content

Commit be172c9

Browse files
committed
Add Django into the dev-requirements so that you don't have to run the requirements file and the dev-requirements file.
1 parent d9764c0 commit be172c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

dev-requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Django
2+
mock
3+
django-nose
4+
coverage

requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
Django
2-
mock
3-
django-nose
4-
coverage
2+

0 commit comments

Comments
 (0)