Skip to content

Commit 9f11cfc

Browse files
authored
Merge pull request #161 from stefan6419846/patch-1
Only require `mock` package on Python < 3.3
2 parents 39b7331 + b823be0 commit 9f11cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mock
1+
mock; python_version < '3.3'
22
Django
33
djangorestframework
44
model-bakery~=1.1.0; python_version < '3'

0 commit comments

Comments
 (0)