Teach jenn coding with python
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.
 

18 lines
364 B

[tool.poetry]
name = "jenn-learning"
version = "0.1.0"
description = ""
authors = ["Chris Yealy <christopheryealy@yahoo.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
jupysql = "^0.10.7"
duckdb-engine = "^0.10.0"
toml = "^0.10.2"
ipykernel = "^6.27.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"