Mercurial > libervia-backend
annotate dev-requirements.txt @ 4002:5245b675f7ad
plugin XEP-0313: don't wait for MAM to be retrieved in connection workflow:
MAM retrieval can be long, and can be done after connection, message just need to be
sorted when being inserted (i.e. frontends must do insort).
To avoid blocking connection for too long and result in bad UX and timeout risk, one2one
MAM message are not retrieved in background.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 10 Mar 2023 17:22:45 +0100 |
parents | f461f11ea176 |
children |
rev | line source |
---|---|
3622
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 -r requirements.txt |
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 |
3877
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
3 lxml-stubs |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
4 |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
5 mypy |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
6 pylint |
3622
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
7 pytest |
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
8 pytest_twisted |
3967
f461f11ea176
plugin XEP-0384: Implementation of Automatic Trust Management:
Syndace <me@syndace.dev>
parents:
3877
diff
changeset
|
9 |
f461f11ea176
plugin XEP-0384: Implementation of Automatic Trust Management:
Syndace <me@syndace.dev>
parents:
3877
diff
changeset
|
10 sh |
f461f11ea176
plugin XEP-0384: Implementation of Automatic Trust Management:
Syndace <me@syndace.dev>
parents:
3877
diff
changeset
|
11 libervia-templates @ hg+https://repos.goffi.org/sat_templates |
f461f11ea176
plugin XEP-0384: Implementation of Automatic Trust Management:
Syndace <me@syndace.dev>
parents:
3877
diff
changeset
|
12 libervia-web @ hg+https://repos.goffi.org/libervia-web |