Skip to content

Commit ac74d22

Browse files
authored
Consistent quotes.
1 parent 975d472 commit ac74d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from distutils.core import Extension
66
import platform
77

8-
INSTALL_REQUIRES = ["futures; python_version<'3.3'",
9-
"enum34; python_version<'3.5'",
8+
INSTALL_REQUIRES = ['futures; python_version<"3.3"',
9+
'enum34; python_version<"3.5"',
1010
'requests']
1111

1212
# On Un*x the library is linked as -lrdkafka,
@@ -46,6 +46,6 @@ def get_install_requirements(path):
4646
data_files=[('', ['LICENSE.txt'])],
4747
install_requires=INSTALL_REQUIRES,
4848
extras_require={
49-
'avro': ['fastavro', 'requests', "avro; python_version<'3'", "avro-python3; python_version>='3'"],
49+
'avro': ['fastavro', 'requests', 'avro; python_version<"3"', 'avro-python3; python_version>="3"'],
5050
'dev': get_install_requirements("test-requirements.txt")
5151
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy