README update. (0.21.4)

This commit is contained in:
Johannes Findeisen 2023-02-24 19:43:04 +01:00
commit 712a98feca

View file

@ -73,7 +73,8 @@ function / method.
Currently, the Linspector core requires the following 3rd party libraries: Currently, the Linspector core requires the following 3rd party libraries:
- [APScheduler](https://pypi.org/project/APScheduler/) - APScheduler is a Python library that lets you - [APScheduler](https://pypi.org/project/APScheduler/) - APScheduler is a Python library that lets you
schedule your Python code to be executed later, either just once or periodically. schedule your Python code to be executed later, either just once or periodically. This is the heart of Linspector for
scheduling jobs.
- [fastAPI](https://pypi.org/project/fastapi/) - FastAPI is a modern, fast (high-performance), web framework for - [fastAPI](https://pypi.org/project/fastapi/) - FastAPI is a modern, fast (high-performance), web framework for
building APIs with Python 3.7+ based on standard Python type hints. It is used in the API plugin but this building APIs with Python 3.7+ based on standard Python type hints. It is used in the API plugin but this
plugin really is core stuff. plugin really is core stuff.