Fix conflicting requirements

Fixes #296
This commit is contained in:
Manuel Ebert 2015-04-05 02:27:47 +04:00
parent b37cefbea1
commit 18d46417f1

View file

@ -89,7 +89,6 @@ setup(
"PyYAML>=3.11",
"keyring>=3.3",
"passlib>=1.6.2",
"python-dateutil>=2.2"
] + [p for p, cond in conditional_dependencies.items() if cond],
long_description=__doc__,
entry_points={