We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc11f1a + ef66068 commit 47e58a3Copy full SHA for 47e58a3
1 file changed
setup.py
@@ -53,6 +53,6 @@ def read(*names, **kwargs):
53
keywords=[
54
# eg: 'keyword1', 'keyword2', 'keyword3',
55
],
56
- install_requires=["pytz", "typing"],
+ install_requires=["pytz", "typing;python_version<\"3.5\""],
57
extras_require={"graph": ["graphviz >= 0.8.1"], "redis": ["redis >= 2.10"]},
58
)
0 commit comments