You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- [tool.poetry]
- name = "cours-python"
- version = "0.1.0"
- description = "Programmation en Python"
- authors = ["Dimitri Merejkowsky <dimitri.merejkowsky@tanker.io>"]
-
- [tool.poetry.dependencies]
- python = "^3.7"
- sphinx = "^2.3.1"
- sphinx-nameko-theme = { path = "theme/nameko/" }
-
- [tool.poetry.dev-dependencies]
- sphinx-autobuild = "^0.7.1"
-
- [build-system]
- requires = ["poetry>=0.12"]
- build-backend = "poetry.masonry.api"
|