-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
48 lines (39 loc) · 1.66 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# ********************************************************************
# ❤️ 🐼 PANDA DOCS SCRIPT 🐼❤️
# ********************************************************************
#
# Copyright © 2020 Pablo Hörtner <[email protected]>. Some rights reserved.
#
# This project is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 or later (GNU AGPL 3.0).
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# You can find the AGPL online here: https://www.gnu.org/licenses/agpl-3.0.html
# Try installing Py dependencies:
# pip install -r requirements.txt
# Install the MkDocs package
#mkdocs>=1.1
# Install the MkDocs Material theme
mkdocs-material>=5.5
# Install the MkDocs Material extensions
#mkdocs-material-extensions>=1.0
# Install the PyMdown extensions
#pymdown-extensions>=7.0
# Install the Awesome Pages plugin
mkdocs-awesome-pages-plugin>=2.2
# Install the Last Update plugin
mkdocs-git-revision-date-localized-plugin>=0.7
# Install the Minify HTML and JS plugin
mkdocs-minify-plugin>=0.3
# Install the File exclude plugin
mkdocs-exclude>=1.0