Skip to content

Commit

Permalink
chore: cleanup unused dependencies in sshnpdpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlin123 committed May 8, 2024
1 parent 83242f7 commit 2f4e2f2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sshnpd"
version = "0.4.6"
version = "0.4.7"
description = "Python implementation of SSH No Ports daemon"
authors = ["Xavier Lin <[email protected] >"]
maintainers = ["Chris Swan <[email protected]>"]
Expand All @@ -13,11 +13,7 @@ sshnpd = 'sshnpd:main'
[tool.poetry.dependencies]
python = "^3.10"
atsdk = "0.2.13"
bcrypt = "4.1.3"
paramiko = "3.4.0"
PyNaCl = "1.5.0"
setuptools = "69.5.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 2f4e2f2

Please sign in to comment.