mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-11 00:53:10 +00:00
Remove version constraints on test requirements
This commit is contained in:
parent
8d2bb0f319
commit
08a7b82acc
1 changed files with 4 additions and 4 deletions
|
|
@ -7,9 +7,9 @@ sphinx
|
|||
sphinx_rtd_theme
|
||||
|
||||
# Test requirements
|
||||
coverage>=4.3.4
|
||||
tox>=1.7.0
|
||||
codecov>=2.0.0
|
||||
django-multiselectfield>=0.1.12
|
||||
coverage
|
||||
tox
|
||||
codecov
|
||||
django-multiselectfield
|
||||
mock
|
||||
psycopg2-binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue