1
0
Fork 0

Adding upstream version 0.15.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:02:54 +01:00
parent a06c1515ef
commit d5d4d405a2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
75 changed files with 1281 additions and 1555 deletions

View file

@ -1,10 +1,8 @@
unittest2==1.1.0; python_version <= '2.7'
flake8==3.7.9
coverage==4.5.3
flake8==3.8.4
coverage==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'
radon==4.3.2
flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1
pytest==6.1.2;
pylint==2.6.0;
-e .