Skip to content

Commit 68fad75

Browse files
gsauthofronf
authored andcommitted
remove libnacl dependency declarations
after release 2.22.0 elimnated code usage cf. https://asyncssh.readthedocs.io/en/latest/changes.html#release-2-22-0-21-dec-2025
1 parent af5a81e commit 68fad75

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dynamic = ['version']
3636
bcrypt = ['bcrypt >= 3.1.3']
3737
fido2 = ['fido2 >= 2']
3838
gssapi = ['gssapi >= 1.2.0']
39-
libnacl = ['libnacl >= 1.4.2']
4039
pkcs11 = ['python-pkcs11 >= 0.7.0']
4140
pyOpenSSL = ['pyOpenSSL >= 23.0.0']
4241
pywin32 = ['pywin32 >= 227']

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ deps =
1111
aiofiles>=0.6.0
1212
bcrypt>=3.1.3
1313
fido2>=2
14-
libnacl>=1.4.2
1514
pyOpenSSL>=23.0.0
1615
pytest>=7.0.1
1716
pytest-cov>=3.0.0

0 commit comments

Comments
 (0)