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.
 
 
 
 
 
 

18 lines
394 B

  1. [tool.poetry]
  2. name = "cours-python"
  3. version = "0.1.0"
  4. description = "Programmation en Python"
  5. authors = ["Dimitri Merejkowsky <dimitri.merejkowsky@tanker.io>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.7"
  8. sphinx = "^2.3.1"
  9. sphinx-nameko-theme = "^0.0.3"
  10. [tool.poetry.dev-dependencies]
  11. sphinx-autobuild = "^0.7.1"
  12. [build-system]
  13. requires = ["poetry>=0.12"]
  14. build-backend = "poetry.masonry.api"