Skip to content

Commit 4e626f3

Browse files
author
k
committed
Try fixing mlat API
1 parent 3fe836e commit 4e626f3

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ aiohttp
22
jinja2
33
aiohttp_jinja2
44
bcrypt
5+
pyopenssl
56
secrets

requirements.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,22 @@ attrs==22.2.0
1818
# via aiohttp
1919
bcrypt==4.0.1
2020
# via -r requirements.in
21+
cffi==1.15.1
22+
# via cryptography
2123
charset-normalizer==2.1.1
2224
# via aiohttp
25+
configobj==5.0.8
26+
# via
27+
# secrets
28+
# systematic
29+
cryptography==39.0.0
30+
# via pyopenssl
2331
frozenlist==1.3.3
2432
# via
2533
# aiohttp
2634
# aiosignal
35+
future==0.18.3
36+
# via systematic
2737
idna==3.4
2838
# via yarl
2939
jinja2==3.1.2
@@ -36,5 +46,25 @@ multidict==6.0.4
3646
# via
3747
# aiohttp
3848
# 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
3969
yarl==1.8.2
4070
# via aiohttp

0 commit comments

Comments
 (0)