Skip to content

Commit b823be0

Browse files
only require mock package on Python < 3.3
1 parent 39b7331 commit b823be0

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)