1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

update may 2024

This commit is contained in:
Francisco Alfaro 2024-05-13 08:23:55 -04:00
parent 77af92f780
commit 0f757855b6
26 changed files with 25380 additions and 0 deletions

13
pyproject.toml vendored Normal file
View 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 = "*"