Skip to content

Instantly share code, notes, and snippets.

@qiuwei
Last active October 27, 2020 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qiuwei/69951b4284f51d28bbf2f7914336a0bb to your computer and use it in GitHub Desktop.
Save qiuwei/69951b4284f51d28bbf2f7914336a0bb to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry_debug"
version = "0.1.0"
description = ""
authors = ["Wei Qiu <wei@qiu.es>"]
[tool.poetry.dependencies]
python = "^3.7"
pandas = "^1.1.3"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[[tool.poetry.source]]
name = "daozhi"
url = "https://internal_url/simple"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment