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:
2
setup.py
2
setup.py
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user