File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -619,6 +619,11 @@ pip3 install licensecheck
619
619
licensecheck -u requirements > requirements_licenses.txt
620
620
```
621
621
622
+ Hint for licensecheck:
623
+ In case you receive a traceback error
624
+ check for line comments in requirements.txt and remove them temporary.
625
+
626
+
622
627
## Security
623
628
624
629
[Security issue guide](SECURITY.md)
Original file line number Diff line number Diff line change 1
-
2
- List Of Packages
1
+
2
+ Info
3
+ ┏━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
4
+ ┃ Item ┃ Value ┃
5
+ ┡━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
6
+ │ program │ licensecheck │
7
+ │ version │ 2024.2 │
8
+ │ license │ MIT LICENSE │
9
+ │ project_license │ NO LICENSE/ UNKNOWN LICENSE │
10
+ └─────────────────┴─────────────────────────────┘
11
+
12
+ List Of Packages
3
13
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
4
14
┃ Compatible ┃ Package ┃ License(s) ┃
5
15
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
49
59
│ ✔ │ multidict │ APACHE SOFTWARE LICENSE │
50
60
│ ✔ │ myst-parser │ MIT LICENSE │
51
61
│ ✔ │ packaging │ APACHE SOFTWARE LICENSE;; BSD LICENSE │
62
+ │ ✔ │ pillow │ CMU LICENSE (MIT-CMU) │
52
63
│ ✔ │ pluggy │ MIT LICENSE │
53
64
│ ✖ │ pyTelegramBotAPI │ GNU GENERAL PUBLIC LICENSE V2 (GPLV2) │
54
65
│ ✔ │ pyotp │ MIT LICENSE │
55
66
│ ✔ │ pytest │ MIT LICENSE │
67
+ │ ✔ │ pytest-asyncio │ APACHE SOFTWARE LICENSE │
56
68
│ ✔ │ pytest-cov │ MIT LICENSE │
57
69
│ ✔ │ python-dateutil │ BSD LICENSE;; APACHE SOFTWARE LICENSE │
58
70
│ ✔ │ python-slugify │ MIT LICENSE │
75
87
│ ✔ │ yarl │ APACHE SOFTWARE LICENSE │
76
88
│ ✔ │ zipp │ MIT LICENSE │
77
89
└────────────┴───────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────┘
90
+
You can’t perform that action at this time.
0 commit comments