mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-06-05 21:49:15 -04:00
setup.py: Depend on matrix-nio from pypi.
This commit is contained in:
parent
60df21c575
commit
d4d4d605a8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ setup(
|
|||
"logbook",
|
||||
"peewee",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@async#egg=matrix-nio-0"
|
||||
"matrix-nio"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.daemon:main"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue