Skip to content

Commit

Permalink
added reference to cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Dec 19, 2022
1 parent 7ffcf23 commit c1ca58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/bundle_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import pywt
import scipy
import nacl
import cryptography

from nc_py_api import __version__ as nc_py_api_version

Expand All @@ -21,6 +22,7 @@ def bundle_info():
log.info("mediadc: %s", __version__)
log.info("pg8000: %s", pg8000.__version__)
log.info("pynacl: %s", nacl.__version__)
log.info("cryptography: %s", cryptography.__version__)
log.info("pymysql: %s", pymysql.__version__)
log.info("pillow: %s", PIL.__version__)
log.info("pi_heif: %s", pi_heif.__version__)
Expand Down

0 comments on commit c1ca58d

Please sign in to comment.