mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
add passlib to the correct pyproject.toml
This commit is contained in:
committed by
missytake
parent
b951ec12c5
commit
683aefa37c
@@ -12,6 +12,7 @@ dependencies = [
|
|||||||
"deltachat-rpc-client",
|
"deltachat-rpc-client",
|
||||||
"filelock",
|
"filelock",
|
||||||
"requests",
|
"requests",
|
||||||
|
"passlib",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ dependencies = [
|
|||||||
"pytest",
|
"pytest",
|
||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
"imap_tools",
|
"imap_tools",
|
||||||
"passlib",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user