nkaminski / csrmesh

Reverse engineered bridge implementation of the CSRMesh BTLE protocol
GNU Lesser General Public License v3.0
70 stars 20 forks source link

Question: why are you using pycryptodomex? #30

Open onkelbeh opened 3 years ago

onkelbeh commented 3 years ago

Hi,

why are you using pycryptodomex and not pycryptodome? When I walk through Home Assitants dependecy tree, I find 14 packages using pycryptodome, and 2 (including you) requiring pycryptodomex. Both libraries install themselves as pycryptodome. This results in a slot conflict.