Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade getmac library to 0.6.0 #181

Merged
merged 1 commit into from
Nov 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade getmac library to 0.6.0
* Library name was changed from get-mac to getmac.
MartinHjelmare committed Nov 24, 2018
commit 261cbc169ade10a2a43358d09ef7975f28ad53c8
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
crcmod==1.7
get-mac==0.5.1
getmac==0.6.0
IntelHex==2.2.1
pyserial==3.4
pyserial-asyncio==0.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
README = open('README.md').read()

REQUIRES = [
'crcmod>=1.7', 'get-mac>=0.2.1', 'IntelHex>=2.2.1', 'pyserial>=3.4',
'crcmod>=1.7', 'getmac', 'IntelHex>=2.2.1', 'pyserial>=3.4',
'pyserial-asyncio>=0.4', 'voluptuous>=0.11.1',
]