Update file pyproject.toml.
This commit is contained in:
parent
5e20b2830d
commit
f9a1c683cd
1 changed files with 5 additions and 0 deletions
|
@ -43,12 +43,17 @@ dependencies = [
|
||||||
# "daemonize",
|
# "daemonize",
|
||||||
"feedparser",
|
"feedparser",
|
||||||
"lxml",
|
"lxml",
|
||||||
|
"omemo", # OMEMO
|
||||||
# "pysocks",
|
# "pysocks",
|
||||||
|
"protobuf==3.20.3", # OMEMO
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"requests",
|
"requests",
|
||||||
"slixmpp",
|
"slixmpp",
|
||||||
|
"slixmpp-omemo", # OMEMO
|
||||||
"tomli", # Python 3.10
|
"tomli", # Python 3.10
|
||||||
"tomli_w",
|
"tomli_w",
|
||||||
|
"X3DH", # OMEMO
|
||||||
|
"XEdDSA", # OMEMO
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
Loading…
Reference in a new issue