mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +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
|
||||
|
||||
[PySQLite] -- Version 3.x (most Python distributions include it by default)
|
||||
|
||||
[pytz] and [python-dateutil] -- enable additional features of the `Time` plugin
|
||||
|
||||
[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)
|
||||
|
||||
[charade]:https://pypi.python.org/pypi/charade
|
||||
[PySQLite]:https://pypi.python.org/pypi/pysqlite
|
||||
[pytz]:https://pypi.python.org/pypi/pytz
|
||||
[python-dateutil]:https://pypi.python.org/pypi/python-dateutil
|
||||
[python-gnupg]:https://pypi.python.org/pypi/python-gnupg
|
||||
|
@ -1,5 +1,4 @@
|
||||
charade
|
||||
pysqlite
|
||||
pytz
|
||||
python-dateutil
|
||||
python-gnupg
|
||||
|
Loading…
Reference in New Issue
Block a user