|
1 | 1 | err: [] |
2 | 2 | out: |
3 | | -- ✘ pytest imported at my_project/__init__.py:5 but not listed as a requirement |
4 | | -- ✘ chemistry_tools imported at my_project/__init__.py:6 but not listed as a requirement |
5 | | -- ✘ pathlib2 imported at my_project/__init__.py:7 but not listed as a requirement |
6 | | -- ✘ typing_extensions imported at my_project/__init__.py:8 but not listed as a requirement |
7 | | -- ✘ domdf_python_tools imported at my_project/__init__.py:9 but not listed as a requirement |
8 | | -- ✘ click imported at my_project/__init__.py:11 but not listed as a requirement |
9 | | -- ✘ ruamel imported at my_project/__init__.py:13 but not listed as a requirement |
10 | | -- ✘ Bio imported at my_project/__init__.py:15 but not listed as a requirement |
11 | | -- ✘ configconfig imported at my_project/__init__.py:31 but not listed as a requirement |
12 | | -- ✘ setuptools imported at my_project/__init__.py:35 but not listed as a requirement |
| 3 | +- 'my_project/__init__.py:5: ✘ pytest imported but not listed as a requirement' |
| 4 | +- 'my_project/__init__.py:6: ✘ chemistry_tools imported but not listed as a requirement' |
| 5 | +- 'my_project/__init__.py:7: ✘ pathlib2 imported but not listed as a requirement' |
| 6 | +- 'my_project/__init__.py:8: ✘ typing_extensions imported but not listed as a requirement' |
| 7 | +- 'my_project/__init__.py:9: ✘ domdf_python_tools imported but not listed as a requirement' |
| 8 | +- 'my_project/__init__.py:11: ✘ click imported but not listed as a requirement' |
| 9 | +- 'my_project/__init__.py:13: ✘ ruamel imported but not listed as a requirement' |
| 10 | +- 'my_project/__init__.py:15: ✘ Bio imported but not listed as a requirement' |
| 11 | +- 'my_project/__init__.py:31: ✘ configconfig imported but not listed as a requirement' |
| 12 | +- 'my_project/__init__.py:35: ✘ setuptools imported but not listed as a requirement' |
13 | 13 | - ✘ biopython never imported |
14 | 14 | - ✘ coincidence never imported |
15 | | -- ✔ consolekit imported at my_project/__init__.py:10 |
| 15 | +- 'my_project/__init__.py:10: ✔ consolekit imported' |
16 | 16 | - ✘ numpy never imported |
17 | | -- ✔ pandas imported at my_project/__init__.py:12 |
| 17 | +- 'my_project/__init__.py:12: ✔ pandas imported' |
0 commit comments