@@ -4,34 +4,34 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " confluent-kafka"
7
- version = " 2.3 .0"
8
- description = " \" Confluent's Python client for Apache Kafka\" "
7
+ version = " 2.4 .0"
8
+ description = " Confluent's Python client for Apache Kafka"
9
9
classifiers = [
10
10
" Development Status :: 5 - Production/Stable" ,
11
11
" Intended Audience :: Developers" ,
12
12
" License :: OSI Approved :: Apache Software License" ,
13
13
" Programming Language :: Python" ,
14
14
" Programming Language :: Python :: 3" ,
15
15
" Topic :: Software Development :: Libraries :: Python Modules" ]
16
- dependencies = [ " futures;python_version< \" 3.2 \" " , " enum34;python_version< \" 3.4 \" " , ]
16
+ dependencies = []
17
17
readme = " README.md"
18
18
license = { file = " LICENSE" }
19
19
requires-python = " >=3.7"
20
20
21
21
[[project .authors ]]
22
- name = " \" Confluent Inc\" "
22
+ name = " Confluent Inc. "
23
23
email = " support@confluent.io"
24
24
25
25
[project .urls ]
26
26
Homepage = " https://github.com/confluentinc/confluent-kafka-python"
27
27
28
28
[project .optional-dependencies ]
29
29
schema-registry = [ " requests" ,]
30
- avro = [ " fastavro>=0.23.0,< 1.0;python_version< \" 3.0 \" " , " fastavro>=1.0;python_version> \" 3.0 \" " , " avro>=1.11.1,<2" , " requests" ,]
31
- json = [ " pyrsistent==0.16.1;python_version< \" 3.0 \" " , " pyrsistent;python_version> \" 3.0 \" " , " jsonschema" , " requests" ,]
30
+ avro = [ " fastavro>=1.0" , " avro>=1.11.1,<2" , " requests" ,]
31
+ json = [ " pyrsistent" , " jsonschema" , " requests" ,]
32
32
protobuf = [ " protobuf" , " requests" ,]
33
- dev = [ " pytest==4.6.4;python_version< \" 3.0 \" " , " pytest;python_version>= \" 3.0 \" " , " pytest -timeout" , " flake8" , " fastavro>=0.23.0,< 1.0;python_version< \" 3.0 \" " , " fastavro>=1.0;python_version> \" 3.0 \" " , " avro>=1.11.1,<2" , " requests" ,]
34
- doc = [ " sphinx" , " sphinx-rtd-theme" , " fastavro>=0.23.0,< 1.0;python_version< \" 3.0 \" " , " fastavro>=1.0;python_version> \" 3.0 \" " , " avro>=1.11.1,<2" , " requests" ,]
33
+ dev = [ " pytest" , " pytest-timeout" , " flake8" , " fastavro>=1.0" , " avro>=1.11.1,<2" , " requests" ,]
34
+ doc = [ " sphinx" , " sphinx-rtd-theme" , " fastavro>=1.0" , " avro>=1.11.1,<2" , " requests" ,]
35
35
36
36
[tool .setuptools ]
37
37
include-package-data = false
0 commit comments