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.
 
 
 
 
 
 

17 lines
363 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. [tool.poetry.dev-dependencies]
  10. sphinx-autobuild = "^0.7.1"
  11. [build-system]
  12. requires = ["poetry>=0.12"]
  13. build-backend = "poetry.masonry.api"