Skip to content

Commit 2a5d9bd

Browse files
committed
Sync moban templates
Run moban in order to sync templates.
1 parent f294015 commit 2a5d9bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test-requirements.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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
16
# coverage 4.4.2 broke compatibility with coverage-config-reload-plugin
27
# and thus broke https://github.com/jayvdb/coverage_env_plugin .
38
# See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1
49
coverage==4.4.1
510
coverage-env-plugin~=0.1
611
coverage-config-reload-plugin~=0.2
712
codecov~=2.0.5
8-
moban~=0.2.4
13+
moban~=0.3.3
914
packaging~=16.8
1015
pytest~=3.6.1
1116
pytest-cov~=2.4
@@ -21,6 +26,7 @@ pytest-timeout~=1.3.0
2126
pytest-travis-fold~=1.3.0
2227
pytest-xdist~=1.15
2328
requests-mock~=1.2
29+
ipdb~=0.11
2430
pip<10
2531
wheel~=0.29
2632
git+https://github.com/coala/coala.git

0 commit comments

Comments
 (0)