mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
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:
parent
3c736cade8
commit
c336e0581e
2 changed files with 18 additions and 15 deletions
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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue