File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
srctype = micropython-lib
2
2
type = package
3
- version = 0.8.1
3
+ version = 0.8.2
4
4
author = Paul Sokolovsky
5
5
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
6
- depends = heapq, logging
6
+ depends = logging
Original file line number Diff line number Diff line change 6
6
7
7
8
8
setup (name = 'micropython-uasyncio.core' ,
9
- version = '0.8.1 ' ,
9
+ version = '0.8.2 ' ,
10
10
description = 'uasyncio.core module for MicroPython' ,
11
11
long_description = 'Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).' ,
12
12
url = 'https://github.com/micropython/micropython/issues/405' ,
16
16
maintainer_email = 'micro-python@googlegroups.com' ,
17
17
license = 'MIT' ,
18
18
packages = ['uasyncio' ],
19
- install_requires = ['micropython-heapq' , 'micropython- logging' ])
19
+ install_requires = ['micropython-logging' ])
You can’t perform that action at this time.
0 commit comments