mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
17 lines
323 B
TOML
17 lines
323 B
TOML
[tool.poetry]
|
|
name = "ipython"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
requests = "^2.25.0"
|
|
python-dotenv = "^0.15.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|