Adding upstream version 0.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1805ece79d
commit
d8f166e6bb
167 changed files with 15302 additions and 0 deletions
10
test-requirements.txt
Normal file
10
test-requirements.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
unittest2==1.1.0; python_version <= '2.7'
|
||||
flake8==3.7.9
|
||||
coverage==4.5.3
|
||||
python-coveralls==2.9.2
|
||||
radon==4.1.0
|
||||
mock==3.0.5 # mock 4.x no longer supports Python 2.7
|
||||
pytest==4.6.3; # pytest 5.x no longer supports Python 2.7
|
||||
pylint==1.9.4; python_version == '2.7'
|
||||
pylint==2.3.1; python_version >= '3.4'
|
||||
-e .
|
Loading…
Add table
Add a link
Reference in a new issue