File tree 2 files changed +4
-4
lines changed 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 = 1.0. 1
3
+ version = 1.1
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, uasyncio.core
6
+ depends = uasyncio.core
Original file line number Diff line number Diff line change 7
7
import optimize_upip
8
8
9
9
setup (name = 'micropython-uasyncio' ,
10
- version = '1.0. 1' ,
10
+ version = '1.1' ,
11
11
description = 'uasyncio module for MicroPython' ,
12
12
long_description = 'Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.' ,
13
13
url = 'https://github.com/micropython/micropython-lib' ,
18
18
license = 'MIT' ,
19
19
cmdclass = {'optimize_upip' : optimize_upip .OptimizeUpip },
20
20
packages = ['uasyncio' ],
21
- install_requires = ['micropython-errno' , 'micropython- uasyncio.core' ])
21
+ install_requires = ['micropython-uasyncio.core' ])
You can’t perform that action at this time.
0 commit comments