We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fbfa9 commit a314da8Copy full SHA for a314da8
uasyncio.core/metadata.txt
@@ -3,4 +3,3 @@ type = package
3
version = 1.5
4
author = Paul Sokolovsky
5
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
6
-depends = logging
uasyncio.core/setup.py
@@ -17,5 +17,4 @@
17
maintainer_email='[email protected]',
18
license='MIT',
19
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
20
- packages=['uasyncio'],
21
- install_requires=['micropython-logging'])
+ packages=['uasyncio'])
0 commit comments