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

10 months ago
  1. [tool.poetry]
  2. name = "jenn-learning"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Chris Yealy <christopheryealy@yahoo.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.11"
  9. jupysql = "^0.10.7"
  10. duckdb-engine = "^0.10.0"
  11. toml = "^0.10.2"
  12. ipykernel = "^6.27.1"
  13. [build-system]
  14. requires = ["poetry-core"]
  15. build-backend = "poetry.core.masonry.api"