Skip to content

Commit a314da8

Browse files
committed
uasyncio.core: logging is not longer hard dependency, remove it.
If user is going to enable logging in particular app, they should depend on it themselves.
1 parent 62fbfa9 commit a314da8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

uasyncio.core/metadata.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ type = package
33
version = 1.5
44
author = Paul Sokolovsky
55
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
6-
depends = logging

uasyncio.core/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
20-
packages=['uasyncio'],
21-
install_requires=['micropython-logging'])
20+
packages=['uasyncio'])

0 commit comments

Comments
 (0)