mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Remove "mock" as a test requirement
This is included in the standard library of Python 3.3+.
This commit is contained in:
parent
62d34c2a16
commit
d373c9ab75
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -36,7 +36,6 @@ setup(
|
|||
'email': ['dj-email-url'],
|
||||
'search': ['dj-search-url'],
|
||||
'testing': [
|
||||
'mock',
|
||||
'django-cache-url>=1.0.0',
|
||||
'dj-database-url',
|
||||
'dj-email-url',
|
||||
|
|
|
|||
Loading…
Reference in a new issue