Skip to content

Commit

Permalink
including FastAPI as a framework integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroimpulcetto committed Apr 24, 2024
1 parent 1a10133 commit eb2d634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -201,6 +201,8 @@ integration packages:
+--------------------+------------------------+
| `Tornado`_ | `tornado-celery`_ |
+--------------------+------------------------+
| `FastAPI`_ | not needed |
+--------------------+------------------------+

The integration packages aren't strictly necessary, but they can make
development easier, and sometimes they add important hooks like closing
Expand All @@ -217,6 +219,7 @@ database connections at ``fork``.
.. _`web2py-celery`: https://code.google.com/p/web2py-celery/
.. _`Tornado`: https://www.tornadoweb.org/
.. _`tornado-celery`: https://github.com/mher/tornado-celery/
.. _`FastAPI`: https://fastapi.tiangolo.com/

.. _celery-documentation:

Expand Down

0 comments on commit eb2d634

Please sign in to comment.