mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
This reverts commit 5cd43acb3c
.
This commit is contained in:
parent
e7e2c569b3
commit
d37a533423
3 changed files with 26 additions and 42 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ setup(
|
|||
packages=["radicale", "radicale_vobject"],
|
||||
package_data={"radicale": WEB_FILES},
|
||||
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
|
||||
install_requires=["python-dateutil>=2.7.2"],
|
||||
install_requires=["python-dateutil==2.6.1"],
|
||||
setup_requires=pytest_runner,
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue