Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jun 30, 2023
1 parent 86298f3 commit 6ddc153
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "learn"
version = "0.1.0"
description = "Basic template repository for python classroom for Tuong group students."
authors = ["Zewen Kelvin Tuong <z.tuong@uq.edu.au>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "learn" }]

[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.0.3"
pytest = "^7.4.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6ddc153

Please sign in to comment.