Skip to content

Commit

Permalink
Remove note about swee'pea.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 27, 2018
1 parent 9c9f251 commit 96e36fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/peewee/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ Optional dependencies
* `apsw <https://github.com/rogerbinns/apsw>`_: an optional 3rd-party SQLite
binding offering greater performance and much, much saner semantics than the
standard library ``pysqlite``. Use with :py:class:`APSWDatabase`.
* `sweepea <https://github.com/coleifer/sweepea>` is used to provide some
table-valued functions for Sqlite as part of the ``sqlite_udf`` extensions
module. Alternatively, you can also use `vtfunc <https://github.com/coleifer/sqlite-vtfunc>`,
which is a smaller module that provides the same functionality.
* `gevent <http://www.gevent.org/>`_ is an optional dependency for
:py:class:`SqliteQueueDatabase` (though it works with ``threading`` just
fine).
Expand Down

0 comments on commit 96e36fa

Please sign in to comment.