Allow using newer grpcio-tools

My OS comes with grpcio-tools 1.36.1, which seems to work fine, so it
would be nice to allow the ui to use that instead of building 1.10.1
specifically for opensnitch.
This commit is contained in:
Arnout Engelen 2021-03-28 16:45:55 +02:00
parent 82ca19a190
commit 517ecd7e13
Failed to generate hash of commit

View file

@ -1,4 +1,4 @@
grpcio-tools==1.10.1
grpcio-tools>=1.10.1
pyinotify==0.9.6
unicode_slugify==0.1.3
pyqt5>=5.6