Merge pull request #124 from ThomasRubini/client_add-flask-apscheduler-to-license-page

[Client] Add Flask-APScheduler to the licenses page
This commit is contained in:
Audric V 2023-03-29 08:56:49 +02:00 committed by GitHub
commit 42ce1e575c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,9 @@
<li class="license_item">
pytest, bibliothèque Python créée par Holger Krekel et autres, sous license <a href="https://github.com/pytest-dev/pytest/blob/main/LICENSE" title="Voir la license MIT de pytest dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li>
<li class="license_item">
Flask-APScheduler, bibliothèque Python créée par Vinicius Chiele sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
</li>
</ul>
<footer>
<div class="footer_links">