1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
---
name: Bug report
about: Report a bug to help improve this project
---
<!--
Before you create a new problem report, please look through the list of existing open
and closed issues to see if there are similar ones.
https://github.com/Midnighter/dependency-info/issues
-->
#### Problem description
Please explain:
* **what** you tried to achieve,
* **how** you went about it (referring to the code sample), and
* **why** the current behaviour is a problem and what output
you expected instead.
#### Code Sample
Create a [minimal, complete, verifiable example](https://stackoverflow.com/help/mcve).
<!-- Paste your code between the ``` tickmarks below or link to a gist. -->
```python
```
<!-- If there was a crash, please include the traceback between the ``` tickmarks below. -->
```
```
### Context
<!-- Please run the following code and paste the output between the ``` tickmarks below
inside the details block.
python -c "import depinfo;depinfo.show_versions()"
-->
<details>
```
```
</details>
|