-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.html
39 lines (36 loc) · 1.26 KB
/
dependencies.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>External libraries</title>
</head>
<body>
<h2>External libraries</h2>
<table>
<tr>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
<th>Licenses</th>
</tr>
<tr>
<td><a class="externalLink" href="https://flask.palletsprojects.com/en/2.0.x/">Flask</a></td>
<td>2.0.0</td>
<td>py</td>
<td><a class="externalLink" href="https://flask.palletsprojects.com/en/2.0.x/license/">BSD-3-Clause Source License</a></td>
</tr>
<tr>
<td><a class="externalLink" href="https://github.com/pyca/bcrypt">bcrypt</a></td>
<td>3.2.0</td>
<td>py</td>
<td><a class="externalLink" href="https://github.com/pyca/bcrypt/blob/main/LICENSE">Apache License, Version 2.0</a></td>
</tr>
<tr>
<td><a class="externalLink" href="https://github.com/psycopg/psycopg2">psycopg2</a></td>
<td>2.9.3</td>
<td>py</td>
<td><a class="externalLink" href="https://github.com/psycopg/psycopg2/blob/master/LICENSE">GNU Lesser General Public License</a></td>
</tr>
</table>
</body>
</html>