Add I2P Support

Merge https://github.com/HelloZeroNet/ZeroNet/pull/602

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-10-22 18:37:40 +02:00
parent 290025958f
commit d731fe9f91
No known key found for this signature in database
GPG key ID: 7E869146699108C7
17 changed files with 447 additions and 27 deletions

2
Vagrantfile vendored
View file

@ -40,6 +40,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell",
inline: "sudo apt-get install msgpack-python python-gevent python-pip python-dev -y"
config.vm.provision "shell",
inline: "sudo pip install msgpack --upgrade"
inline: "sudo pip install -r requirements.txt --upgrade"
end