Skip to content

Commit 1686a41

Browse files
committed
Update setup.py
urlib.parse should be urllib.parse
1 parent e8cb44d commit 1686a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email.utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
maintainer_email='[email protected]',
1717
license='Python',
1818
packages=['email'],
19-
install_requires=['micropython-os', 'micropython-re-pcre', 'micropython-base64', 'micropython-random', 'micropython-datetime', 'micropython-urlib.parse', 'micropython-warnings', 'micropython-quopri', 'micropython-email.charset'])
19+
install_requires=['micropython-os', 'micropython-re-pcre', 'micropython-base64', 'micropython-random', 'micropython-datetime', 'micropython-urllib.parse', 'micropython-warnings', 'micropython-quopri', 'micropython-email.charset'])

0 commit comments

Comments
 (0)