Remove atomicwrites

Unfortunately the library doesn't support disabling of disk syncing, fortunately we only need a small subset of it's functionality which is easy to implement.
This commit is contained in:
Unrud 2016-08-08 05:02:36 +02:00
parent 3c736cade8
commit c336e0581e
2 changed files with 18 additions and 15 deletions

View file

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