mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
update may 2024
This commit is contained in:
parent
77af92f780
commit
0f757855b6
26 changed files with 25380 additions and 0 deletions
13
pyproject.toml
vendored
Normal file
13
pyproject.toml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
[tool.poetry]
|
||||
name = "docs"
|
||||
version = "0.1.0"
|
||||
description = "mkdocs - courses"
|
||||
authors = ["Francisco Alfaro <francisco.alfaro.496@gmail.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
mkdocs-material = "*"
|
||||
neoteroi-mkdocs = "*"
|
||||
mkdocs-jupyter = "*"
|
Loading…
Add table
Add a link
Reference in a new issue