Skip to content

Commit 9763126

Browse files
committed
reduce number of dependencies
1 parent 2591674 commit 9763126

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ classifiers = [
2121

2222
[tool.poetry.dependencies]
2323
python = ">=3.6.2,<3.10"
24-
pynacl = "^1.4.0"
2524
pysodium = "^0.7.9"
26-
cython = "^0.29.24"
2725

2826
[tool.poetry.dev-dependencies]
2927
pytest = "^6.2.4"
@@ -37,6 +35,8 @@ isort = "^5.9.2"
3735
pylint = "^2.9.5"
3836
pytest-benchmark = "^3.4.1"
3937
codespell = "^2.1.0"
38+
cython = "^0.29.24"
39+
pynacl = "^1.4.0"
4040

4141
[tool.black]
4242
exclude = '/(submodules|.tox)/'

0 commit comments

Comments
 (0)