Skip to content

Commit f26a933

Browse files
updated library dependency license based on requirements.txt file
1 parent e53312f commit f26a933

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ pip3 install licensecheck
619619
licensecheck -u requirements > requirements_licenses.txt
620620
```
621621
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+
622627
## Security
623628
624629
[Security issue guide](SECURITY.md)

requirements_licenses.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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
313
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
414
┃ Compatible ┃ Package ┃ License(s) ┃
515
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -49,10 +59,12 @@
4959
│ ✔ │ multidict │ APACHE SOFTWARE LICENSE │
5060
│ ✔ │ myst-parser │ MIT LICENSE │
5161
│ ✔ │ packaging │ APACHE SOFTWARE LICENSE;; BSD LICENSE │
62+
│ ✔ │ pillow │ CMU LICENSE (MIT-CMU) │
5263
│ ✔ │ pluggy │ MIT LICENSE │
5364
│ ✖ │ pyTelegramBotAPI │ GNU GENERAL PUBLIC LICENSE V2 (GPLV2) │
5465
│ ✔ │ pyotp │ MIT LICENSE │
5566
│ ✔ │ pytest │ MIT LICENSE │
67+
│ ✔ │ pytest-asyncio │ APACHE SOFTWARE LICENSE │
5668
│ ✔ │ pytest-cov │ MIT LICENSE │
5769
│ ✔ │ python-dateutil │ BSD LICENSE;; APACHE SOFTWARE LICENSE │
5870
│ ✔ │ python-slugify │ MIT LICENSE │
@@ -75,3 +87,4 @@
7587
│ ✔ │ yarl │ APACHE SOFTWARE LICENSE │
7688
│ ✔ │ zipp │ MIT LICENSE │
7789
└────────────┴───────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────┘
90+

0 commit comments

Comments
 (0)