Revert "make cryptography a valid dependency for emscripten targets"

This commit is contained in:
Gilles Boccon-Gibod
2023-09-13 23:36:33 -07:00
committed by GitHub
parent 2c66e1a042
commit d8a9f5a724
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ install_requires =
appdirs >= 1.4; platform_system!='Emscripten'
bt-test-interfaces >= 0.0.2; platform_system!='Emscripten'
click == 8.1.3; platform_system!='Emscripten'
cryptography == 39
cryptography == 39; platform_system!='Emscripten'
grpcio == 1.57.0; platform_system!='Emscripten'
humanize >= 4.6.0; platform_system!='Emscripten'
libusb1 >= 2.0.1; platform_system!='Emscripten'