File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 2
2
jinja2
3
3
aiohttp_jinja2
4
4
bcrypt
5
+ pyopenssl
5
6
secrets
Original file line number Diff line number Diff line change @@ -18,12 +18,22 @@ attrs==22.2.0
18
18
# via aiohttp
19
19
bcrypt == 4.0.1
20
20
# via -r requirements.in
21
+ cffi == 1.15.1
22
+ # via cryptography
21
23
charset-normalizer == 2.1.1
22
24
# via aiohttp
25
+ configobj == 5.0.8
26
+ # via
27
+ # secrets
28
+ # systematic
29
+ cryptography == 39.0.0
30
+ # via pyopenssl
23
31
frozenlist == 1.3.3
24
32
# via
25
33
# aiohttp
26
34
# aiosignal
35
+ future == 0.18.3
36
+ # via systematic
27
37
idna == 3.4
28
38
# via yarl
29
39
jinja2 == 3.1.2
@@ -36,5 +46,25 @@ multidict==6.0.4
36
46
# via
37
47
# aiohttp
38
48
# yarl
49
+ pyasn1 == 0.4.8
50
+ # via
51
+ # pyasn1-modules
52
+ # python-ldap
53
+ pyasn1-modules == 0.2.8
54
+ # via python-ldap
55
+ pycparser == 2.21
56
+ # via cffi
57
+ pyopenssl == 23.0.0
58
+ # via -r requirements.in
59
+ python-gnupg == 0.5.0
60
+ # via secrets
61
+ python-ldap == 3.4.3
62
+ # via secrets
63
+ secrets == 1.0.2
64
+ # via -r requirements.in
65
+ six == 1.16.0
66
+ # via configobj
67
+ systematic == 4.8.7
68
+ # via secrets
39
69
yarl == 1.8.2
40
70
# via aiohttp
You can’t perform that action at this time.
0 commit comments