8000 uasyncio.core: Doesn't depend on heapq module for some time now. · micropython/micropython-lib@14b6b69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14b6b69

Browse files
author
Paul Sokolovsky
committed
uasyncio.core: Doesn't depend on heapq module for some time now.
1 parent c7a9f63 commit 14b6b69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uasyncio.core/metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 0.8.1
3+
version = 0.8.2
44
author = Paul Sokolovsky
55
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
6-
depends = heapq, logging
6+
depends = logging

uasyncio.core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-uasyncio.core',
9-
version='0.8.1',
9+
version='0.8.2',
1010
description='uasyncio.core module for MicroPython',
1111
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
1212
url='https://github.com/micropython/micropython/issues/405',
@@ -16,4 +16,4 @@
1616
maintainer_email='micro-python@googlegroups.com',
1717
license='MIT',
1818
packages=['uasyncio'],
19-
install_requires=['micropython-heapq', 'micropython-logging'])
19+
install_requires=['micropython-logging'])

0 commit comments

Comments
 (0)
0