Skip to content

Commit

Permalink
Require docopt for Micro:bit devices to run findusb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Jun 15, 2020
1 parent 1a217ea commit 6794b41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class MicroBitDeviceProvider : MicroPythonDeviceProvider {
override fun getPackageRequirements(sdk: Sdk): List<PyRequirement> {
val manager = PyPackageManager.getInstance(sdk)
return manager.parseRequirements("""|uflash>=1.2.4,<1.3
|docopt>=0.6.2,<0.7
|pyserial>=3.3,<4.0""".trimMargin())
}

Expand Down

0 comments on commit 6794b41

Please sign in to comment.