Disabled some undeeded dependencies
This commit is contained in:
parent
d4ab0bb524
commit
c027c90e74
|
@ -11,10 +11,10 @@ django-debug-toolbar>=1.11,<1.12
|
||||||
ipdb==0.11
|
ipdb==0.11
|
||||||
prompt_toolkit<3
|
prompt_toolkit<3
|
||||||
black
|
black
|
||||||
profiling
|
#profiling
|
||||||
|
|
||||||
asynctest==0.12.2
|
asynctest==0.12.2
|
||||||
aioresponses==0.6.0
|
aioresponses==0.6.0
|
||||||
line_profiler<3
|
#line_profiler<3
|
||||||
https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
|
#https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
|
||||||
django-silk
|
#django-silk
|
||||||
|
|
|
@ -10,4 +10,4 @@ pytest-cov
|
||||||
pytest-env
|
pytest-env
|
||||||
requests-mock
|
requests-mock
|
||||||
pytest-randomly
|
pytest-randomly
|
||||||
pytest-profiling<1.4
|
#pytest-profiling<1.4
|
||||||
|
|
Loading…
Reference in New Issue