Atomic writes (fix #440)

This commit is contained in:
Guillaume Ayoub 2016-07-14 01:14:42 +02:00
parent 5e5427f987
commit 4c91ee8906
2 changed files with 20 additions and 4 deletions

View file

@ -62,7 +62,7 @@ setup(
packages=["radicale"],
provides=["radicale"],
scripts=["bin/radicale"],
install_requires=["vobject"],
install_requires=["vobject", "atomicwrites"],
setup_requires=["pytest-runner"],
tests_require=["pytest-cov", "pytest-flake8", "pytest-isort", "pytest"],
extras_require={