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.
 
 
 
 
 
 

19 lines
423 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 = "^3.4.3"
  9. sphinx-notfound-page = "^0.5"
  10. sphinx-book-theme = "^0.0.39"
  11. [tool.poetry.dev-dependencies]
  12. sphinx-autobuild = "^0.7.1"
  13. [build-system]
  14. requires = ["poetry>=0.12"]
  15. build-backend = "poetry.masonry.api"