Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Aug 28, 2023
1 parent 04fbe02 commit fd7c8dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Homepage: defguard.net

Package: yubi-bridge
Architecture: all
Depends: libpcsclite-dev, swig, scdaemon, libffi-dev, libssl-dev, usbutils, libsystemd-dev, software-properties-common, python3-pip, ${python3:Depends}
Depends: libpcsclite-dev, swig, scdaemon, libffi-dev, libssl-dev, usbutils, libsystemd-dev, software-properties-common, python3-pip, ${python3:Depends}, ${misc:Depends}, python3-grpcio, python3-gnupg, python3-protobuf, python3-pexpect, python3-yubikey-manager, python3-stdeb
Description: Yubi-Bridge is a Python module that creates GPG keys for YubiKey and transfers them automatically to YubiKey. It can be run as a stand-alone application, or a client that takes jobs from DefGuard Core backend.
Version: 0.1.0
3 changes: 0 additions & 3 deletions debian/postinst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pexpect = "^4.8.0"
protobuf = "4.21.9"
python-gnupg = "^0.5.0"
yubikey-manager = "^4.0.9"
cython = "^3.0.0"
stdeb = "^0.10.0"

[tool.poetry.dev-dependencies]
Expand All @@ -20,6 +19,7 @@ grpcio-tools = "^1.50.0"
flake8 = "^4.0.1"
pre-commit = "^2.20.0"
pytest = "^7.2.0"
cython = "^3.0.0"

[build-system]
requires = ["poetry-core>=1.0.8"]
Expand Down

0 comments on commit fd7c8dc

Please sign in to comment.