Browse Source

update PyNaCl minimum version dependency

pull/10127/head
Rishit Khare 4 weeks ago
parent
commit
de9df0871c
  1. 2
      pyproject.toml

2
pyproject.toml

@ -36,7 +36,7 @@ Documentation = "https://discordpy.readthedocs.io/en/latest/"
dependencies = { file = "requirements.txt" }
[project.optional-dependencies]
voice = ["PyNaCl>=1.3.0,<1.6"]
voice = ["PyNaCl>=1.5.0,<1.6"]
docs = [
"sphinx==4.4.0",
"sphinxcontrib_trio==1.1.2",

Loading…
Cancel
Save