update requirements

This commit is contained in:
VirtuBox
2019-09-24 00:24:42 +02:00
parent 429e10fe8c
commit dd5fe9f416
2 changed files with 25 additions and 1 deletions

21
requirements-dev-py3.txt Normal file
View File

@@ -0,0 +1,21 @@
# The following are only required in development, not production
nose
coverage
sphinx
pep8
autopep8
mock
pyinotify
# Required for optional extensions (only the ones supported on py3)
argcomplete
pystache
pyYaml
colorlog
configobj
tabulate
pylibmc
redis
jinja2
watchdog
pybars3

View File

@@ -1,9 +1,12 @@
[nosetests]
verbosity=3
verbosity=2
debug=0
detailed-errors=1
with-coverage=1
cover-package=wo
cover-inclusive=1
cover-erase=1
cover-html=1
cover-html-dir=coverage_report/
where=tests/