mirror of
https://github.com/Kozea/Radicale.git
synced 2025-03-31 11:47:38 +03:00
add requirement for requests module
This commit is contained in:
parent
7d351d6692
commit
e0a24b14b4
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ dependencies = [
|
|||
"passlib",
|
||||
"vobject>=0.9.6",
|
||||
"pika>=1.1.0",
|
||||
"requests",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ web_files = ["web/internal_data/css/icon.png",
|
|||
|
||||
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
||||
"pika>=1.1.0",
|
||||
"requests",
|
||||
]
|
||||
bcrypt_requires = ["bcrypt"]
|
||||
ldap_requires = ["ldap3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue