nccgroup / BLESuite

BLESuite is a Python package that provides an easier way to test Bluetooth Low Energy (BLE) device
MIT License
180 stars 40 forks source link

Update requirements.txt - latest pyshark no longer supports python2 #16

Open decidedlygray opened 5 years ago

decidedlygray commented 5 years ago

Installing the existing requirements.txt will pull the latest version of pyshark. After install and running the user will get an error telling them Pyshark requiers Python >= 3.5 and to install version 0.3.8 if they need to use Python2. This fixes that issue.