annotate requirements.txt @ 488:beedff600d2b

blog: blog widget implementation: this patch implements a basic blog widget. The search bare can be used to change node (only node for now, will be improved to do search and all). Publication on current node can be done by pressing the pencil icon. A checkbox can be activated to use end-to-end encryption. No pagination or comments are supported for now. Due to lack of HTML rendering in Kivy, only simple formatting is supported. If item is end-2-end encrypted, a green closed locker is shown next to publication date. rel 380
author Goffi <goffi@goffi.org>
date Sat, 15 Oct 2022 20:20:10 +0200
parents cd448b877d1d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
1 attrs==20.3.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
2 Automat==20.2.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
3 Babel==2.9.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
4 certifi==2020.12.5
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
5 cffi==1.14.5
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
6 chardet==4.0.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
7 constantly==15.1.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
8 cryptography==3.4.6
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
9 dbus-python==1.2.16
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
10 docutils==0.16
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
11 DoubleRatchet==0.7.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
12 html2text==2020.1.16
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
13 hyperlink==21.0.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
14 idna==2.10
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
15 incremental==21.3.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
16 Jinja2==2.11.3
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
17 Kivy==2.0.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
18 Kivy-Garden==0.1.4
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
19 kivy-garden.modernmenu==0.1.0.dev0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
20 langid==1.1.6
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
21 lxml==4.6.2
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
22 Markdown==3.3.4
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
23 MarkupSafe==1.1.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
24 miniupnpc==2.0.2
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
25 mutagen==1.45.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
26 netifaces==0.10.9
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
27 numpy==1.20.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
28 OMEMO==0.12.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
29 omemo-backend-signal==0.2.6
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
30 Pillow==8.1.2
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
31 plyer==2.0.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
32 progressbar2==3.53.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
33 protobuf==3.15.6
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
34 pyasn1==0.4.8
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
35 pyasn1-modules==0.2.8
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
36 pycairo==1.20.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
37 pycparser==2.20
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
38 pycrypto==2.6.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
39 Pygments==2.8.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
40 PyGObject==3.40.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
41 PyNaCl==1.4.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
42 pyOpenSSL==20.0.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
43 python-dateutil==2.8.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
44 python-potr==1.0.2
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
45 python-utils==2.5.6
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
46 pytz==2021.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
47 pyxdg==0.27
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
48 PyYAML==5.4.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
49 requests==2.25.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
50 service-identity==18.1.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
51 shortuuid==1.0.1
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
52 six==1.15.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
53 treq==21.1.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
54 Twisted==21.2.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
55 urllib3==1.26.4
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
56 urwid==2.1.2
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
57 urwid-satext==0.7.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
58 wokkel==18.0.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
59 X3DH==0.5.9
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
60 XEdDSA==0.4.7
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
61 zope.interface==5.2.0
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
62
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
63 sat-tmp @ hg+https://repos.goffi.org/sat_tmp
cd448b877d1d install: update requirements with alabaster==0.7.12
Goffi <goffi@goffi.org>
parents: 127
diff changeset
64 sat @ hg+https://repos.goffi.org/sat
127
9d3d700a65b7 setup: proper setup.py:
Goffi <goffi@goffi.org>
parents:
diff changeset
65 -e .