Skip to content

Commit

Permalink
Sync moban templates
Browse files Browse the repository at this point in the history
Run moban in order to sync templates.
  • Loading branch information
kx-chen committed Nov 9, 2018
1 parent f294015 commit 2a5d9bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test-requirements.txt
@@ -1,11 +1,16 @@
# Radon requires colorama<0.4, but many other tools listed here will
# install a later version, so when pip tries to install radon it will
# ignore the dependency version difference and only fail when the
# bear is loaded.
colorama<0.4
# coverage 4.4.2 broke compatibility with coverage-config-reload-plugin
# and thus broke https://github.com/jayvdb/coverage_env_plugin .
# See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1
coverage==4.4.1
coverage-env-plugin~=0.1
coverage-config-reload-plugin~=0.2
codecov~=2.0.5
moban~=0.2.4
moban~=0.3.3
packaging~=16.8
pytest~=3.6.1
pytest-cov~=2.4
Expand All @@ -21,6 +26,7 @@ pytest-timeout~=1.3.0
pytest-travis-fold~=1.3.0
pytest-xdist~=1.15
requests-mock~=1.2
ipdb~=0.11
pip<10
wheel~=0.29
git+https://github.com/coala/coala.git
Expand Down

0 comments on commit 2a5d9bd

Please sign in to comment.