Skip to content

Commit e9ba534

Browse files
committed
Fixed dependency bug
1 parent 7e3a0de commit e9ba534

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='friendlylog',
14-
version='1.0',
14+
version='1.0.1',
1515
description='Python logging for humans: colorful, clean interface, straightforward usage, simply friendly log.',
1616
author='sebisebi',
1717
author_email='gpirtoaca@gmail.com',
@@ -21,12 +21,9 @@
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
2323
install_requires=[
24-
'six',
24+
'colored>=1.4.0',
25+
'six>=1.12.0',
2526
],
26-
extras_require={
27-
'colored': ['colored>=1.4.0'],
28-
'six': ['six>=1.12.0'],
29-
},
3027
classifiers=[
3128
"Programming Language :: Python :: 3",
3229
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)