Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 422 Bytes

AnonPubSub

Master Thesis Project

Dependencies

Package names are Debian ones.

  • python3-cryptography (package from debian buster needed because cryptography.hazmat.primitives.asymmetric.x25519 is only available in version 2.0)

  • python3-cherrypy3

  • python3-sortedcollections (package from debian buster needed)

  • python3-sortedcontainers

  • python3-networkx

  • python3-numpy

  • commentjson (pip3 install commentjson)