File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Radon requires colorama<0.4, but many other tools listed here will
2
+ # install a later version, so when pip tries to install radon it will
3
+ # ignore the dependency version difference and only fail when the
4
+ # bear is loaded.
5
+ colorama<0.4
1
6
# coverage 4.4.2 broke compatibility with coverage-config-reload-plugin
2
7
# and thus broke https://github.com/jayvdb/coverage_env_plugin .
3
8
# See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1
4
9
coverage==4.4.1
5
10
coverage-env-plugin~=0.1
6
11
coverage-config-reload-plugin~=0.2
7
12
codecov~=2.0.5
8
- moban~=0.2.4
13
+ moban~=0.3.3
9
14
packaging~=16.8
10
15
pytest~=3.6.1
11
16
pytest-cov~=2.4
@@ -21,6 +26,7 @@ pytest-timeout~=1.3.0
21
26
pytest-travis-fold~=1.3.0
22
27
pytest-xdist~=1.15
23
28
requests-mock~=1.2
29
+ ipdb~=0.11
24
30
pip<10
25
31
wheel~=0.29
26
32
git+https://github.com/coala/coala.git
You can’t perform that action at this time.
0 commit comments