Skip to content

Commit 332471f

Browse files
remove dependency from micropython-urequests in package setup file
1 parent d3a5c9d commit 332471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
license='MIT',
3636
cmdclass={'sdist': sdist_upip.sdist},
3737
packages=['umodbus'],
38-
install_requires=['micropython-urequests']
38+
install_requires=[]
3939
)

0 commit comments

Comments
 (0)