1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Revert "vobject: apply PRs (Fixes #764, fixes #765)"

This reverts commit 5cd43acb3c.
This commit is contained in:
Unrud 2018-08-14 18:45:03 +02:00
parent e7e2c569b3
commit d37a533423
3 changed files with 26 additions and 42 deletions

View file

@ -66,7 +66,7 @@ setup(
packages=["radicale", "radicale_vobject"],
package_data={"radicale": WEB_FILES},
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
install_requires=["python-dateutil>=2.7.2"],
install_requires=["python-dateutil==2.6.1"],
setup_requires=pytest_runner,
tests_require=tests_require,
extras_require={