mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
parent
126a31c82a
commit
5cd43acb3c
3 changed files with 42 additions and 26 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.6.1"],
|
||||
install_requires=["python-dateutil>=2.7.2"],
|
||||
setup_requires=pytest_runner,
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue