Skip to content

Commit 0e4f8a7

Browse files
committed
Moving dependencies into mbed-os-tools
1 parent 9fb9c87 commit 0e4f8a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

legacy/mbed-ls/setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def read(fname):
4141
author_email=OWNER_EMAILS,
4242
maintainer=OWNER_NAMES,
4343
maintainer_email=OWNER_EMAILS,
44-
url='https://github.com/ARMmbed/mbed-ls',
44+
url='https://github.com/ARMmbed/mbed-os-tools',
4545
packages=find_packages(),
4646
license="Apache-2.0",
4747
test_suite = 'test',
@@ -52,8 +52,7 @@ def read(fname):
5252
},
5353
install_requires=[
5454
"PrettyTable>=0.7.2",
55-
"fasteners",
56-
"appdirs>=1.4"
55+
"mbed_os_tools==0.0.1"
5756
],
5857
tests_require = [
5958
"mock>=2",

0 commit comments

Comments
 (0)