您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
此存儲庫已封存,您能瀏覽檔案及複製此存儲庫,但不能推送、建立問題及拉取請求。
 
 
 
 
 
 

17 行
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"