Skip to content

Commit f2a0339

Browse files
david-gangJon Wayne Parrott
authored andcommitted
Use install_requires for platform dependencies instead of extras_require (#4991)
1 parent a7309d7 commit f2a0339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
'setuptools>=34.0.0',
3737
'six>=1.10.0',
3838
'pytz',
39+
'futures>=3.2.0;python_version<"3.2"'
3940
]
4041
extras = {
41-
'grpc': 'grpcio>=1.8.2',
42-
':python_version < "3.2"': 'futures>=3.2.0',
42+
'grpc': 'grpcio>=1.8.2'
4343
}
4444

4545

0 commit comments

Comments
 (0)