Updated test/local only dependencies

This commit is contained in:
Eliot Berriot 2019-01-11 14:26:17 +01:00
parent 04dff01e66
commit 6c0d162329
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Local development dependencies go here
coverage>=4.4,<4.5
django_coverage_plugin>=1.5,<1.6
factory_boy>=2.8.1
coverage>=4.5,<4.6
django_coverage_plugin>=1.6,<1.7
factory_boy>=2.11.1
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar>=1.9,<1.10
django-debug-toolbar>=1.11,<1.12
# improved REPL
ipdb==0.8.1
ipdb==0.11
black
profiling