Skip to content

Commit

Permalink
Merge pull request #167 from furbrain/main
Browse files Browse the repository at this point in the history
correctly install asyncio from requirements.txt
  • Loading branch information
dhalbert authored Apr 27, 2023
2 parents 2753e50 + ce3fd34 commit 777e677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def clean_library_name(assumed_library_name):
not_standard_names = {
# Assumed Name : Actual Name
"adafruit_adafruitio": "adafruit_io",
"adafruit_asyncio": "asyncio",
"adafruit_busdevice": "adafruit_bus_device",
"adafruit_display_button": "adafruit_button",
"adafruit_neopixel": "neopixel",
Expand Down

0 comments on commit 777e677

Please sign in to comment.