Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit ff56722

Browse files
committed
Config update setup py
1 parent bfa7eac commit ff56722

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,16 @@
88
'Intended Audience :: Developers',
99
'License :: OSI Approved :: MIT License',
1010
'Operating System :: OS Independent',
11-
'Programming Language :: Python',
1211
'Programming Language :: Python :: 3.6',
1312
'Programming Language :: Python :: 3.7',
1413
]
1514

1615
INSTALL_REQUIRES = [
17-
'kafka-python>=2.0.1'
18-
]
19-
20-
TEST_REQUIRES = [
21-
"pytest>=4.3.0",
16+
'kafka-python'
2217
]
2318

2419
setup(name='python-logging-kafka',
25-
version='1.0.1',
20+
version='1.0.2',
2621
url='https://github.com/addu390/python-logging-kafka',
2722
description='Kafka log producer from Python/Django',
2823
long_description=README,

0 commit comments

Comments
 (0)