mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-18 05:56:57 +08:00
Fixed file header.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# ==================================================================================================================== #
|
# ==================================================================================================================== #
|
||||||
# _____ _ _ ____ #
|
# _____ _ _ _ _ _ #
|
||||||
# _ __ _ |_ _|__ ___ | (_)_ __ __ _ / ___|___ _ __ ___ _ __ ___ ___ _ __ #
|
# _ __ _ |_ _|__ ___ | (_)_ __ __ _ / \ ___| |_(_) ___ _ __ ___ #
|
||||||
# | '_ \| | | || |/ _ \ / _ \| | | '_ \ / _` || | / _ \| '_ ` _ \| '_ ` _ \ / _ \| '_ \ #
|
# | '_ \| | | || |/ _ \ / _ \| | | '_ \ / _` | / _ \ / __| __| |/ _ \| '_ \/ __| #
|
||||||
# | |_) | |_| || | (_) | (_) | | | | | | (_| || |__| (_) | | | | | | | | | | | (_) | | | | #
|
# | |_) | |_| || | (_) | (_) | | | | | | (_| |_ / ___ \ (__| |_| | (_) | | | \__ \ #
|
||||||
# | .__/ \__, ||_|\___/ \___/|_|_|_| |_|\__, (_)____\___/|_| |_| |_|_| |_| |_|\___/|_| |_| #
|
# | .__/ \__, ||_|\___/ \___/|_|_|_| |_|\__, (_)_/ \_\___|\__|_|\___/|_| |_|___/ #
|
||||||
# |_| |___/ |___/ #
|
# |_| |___/ |___/ #
|
||||||
# ==================================================================================================================== #
|
# ==================================================================================================================== #
|
||||||
# Authors: #
|
# Authors: #
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
# #
|
# #
|
||||||
# License: #
|
# License: #
|
||||||
# ==================================================================================================================== #
|
# ==================================================================================================================== #
|
||||||
# Copyright 2017-2022 Patrick Lehmann - Bötzingen, Germany #
|
# Copyright 2017-2023 Patrick Lehmann - Bötzingen, Germany #
|
||||||
# #
|
# #
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
||||||
# you may not use this file except in compliance with the License. #
|
# you may not use this file except in compliance with the License. #
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
|
|
||||||
pyTooling>=2.7.0
|
pyTooling>=2.11.0
|
||||||
|
|
||||||
# Enforce latest version on ReadTheDocs
|
# Enforce latest version on ReadTheDocs
|
||||||
sphinx>=5.3.0
|
sphinx >=5.3, <6.0
|
||||||
|
|
||||||
# Sphinx Extenstions
|
# Sphinx Extenstions
|
||||||
#sphinx.ext.coverage
|
#sphinx.ext.coverage
|
||||||
#sphinxcontrib-actdiag>=0.8.5
|
#sphinxcontrib-actdiag>=0.8.5
|
||||||
sphinxcontrib-mermaid>=0.7.1
|
sphinxcontrib-mermaid>=0.8.1
|
||||||
#sphinxcontrib-seqdiag>=0.8.5
|
#sphinxcontrib-seqdiag>=0.8.5
|
||||||
#sphinxcontrib-textstyle>=0.2.1
|
#sphinxcontrib-textstyle>=0.2.1
|
||||||
#sphinxcontrib-spelling>=2.2.0
|
#sphinxcontrib-spelling>=2.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user