1 2 3 4 5 6 7 8 9 10 11
[project] name = "python" version = "0.1.0" description = "Beaconcryt demo" readme = "README.md" requires-python = ">=3.11" dependencies = [ "beaconcrypt>=0.3.10", "pynacl>=1.6.2", ]