mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
Atomic writes (fix #440)
This commit is contained in:
parent
5e5427f987
commit
4c91ee8906
2 changed files with 20 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue