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.9
4
4
author = Paul Sokolovsky
5
5
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
6
- depends = errno, select, uasyncio.core
6
+ depends = errno, uasyncio.core
Original file line number Diff line number Diff line change 6
6
7
7
8
8
setup (name = 'micropython-uasyncio' ,
9
- version = '0.8.1 ' ,
9
+ version = '0.9 ' ,
10
10
description = 'uasyncio module for MicroPython' ,
11
11
long_description = 'Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.' ,
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-errno' , 'micropython-select' , 'micropython- uasyncio.core' ])
19
+ install_requires = ['micropython-errno' , 'micropython-uasyncio.core' ])
You can’t perform that action at this time.
0 commit comments