mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
INSTALL.md & requirements.txt: remove pysqlite.
This commit is contained in:
parent
2efdf38e1b
commit
6cbfb0dbf0
@ -12,8 +12,6 @@ extra features you may want. (Order by decreasing estimated usefulness)
|
|||||||
|
|
||||||
[charade] -- enables better encoding handling
|
[charade] -- enables better encoding handling
|
||||||
|
|
||||||
[PySQLite] -- Version 3.x (most Python distributions include it by default)
|
|
||||||
|
|
||||||
[pytz] and [python-dateutil] -- enable additional features of the `Time` plugin
|
[pytz] and [python-dateutil] -- enable additional features of the `Time` plugin
|
||||||
|
|
||||||
[python-gnupg] -- enables user authentication with GPG
|
[python-gnupg] -- enables user authentication with GPG
|
||||||
@ -22,7 +20,6 @@ extra features you may want. (Order by decreasing estimated usefulness)
|
|||||||
you don't actually need it)
|
you don't actually need it)
|
||||||
|
|
||||||
[charade]:https://pypi.python.org/pypi/charade
|
[charade]:https://pypi.python.org/pypi/charade
|
||||||
[PySQLite]:https://pypi.python.org/pypi/pysqlite
|
|
||||||
[pytz]:https://pypi.python.org/pypi/pytz
|
[pytz]:https://pypi.python.org/pypi/pytz
|
||||||
[python-dateutil]:https://pypi.python.org/pypi/python-dateutil
|
[python-dateutil]:https://pypi.python.org/pypi/python-dateutil
|
||||||
[python-gnupg]:https://pypi.python.org/pypi/python-gnupg
|
[python-gnupg]:https://pypi.python.org/pypi/python-gnupg
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
charade
|
charade
|
||||||
pysqlite
|
|
||||||
pytz
|
pytz
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-gnupg
|
python-gnupg
|
||||||
|
Loading…
Reference in New Issue
Block a user