Skip to content

Instantly share code, notes, and snippets.

@xareelee
Last active April 7, 2022 04:52
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 xareelee/eafcac5d14c37b19b3e727bc307ba193 to your computer and use it in GitHub Desktop.
Save xareelee/eafcac5d14c37b19b3e727bc307ba193 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "pythonpro"
version = "0.1.0"
description = ""
authors = ["Hello <helloworld@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
jupyter = "^1.0.0"
[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