Loading pyproject.toml +5 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,13 @@ description = "A library to read, write, and check AGS4 files using Pandas DataF authors = ["Asitha Senanayake <asitha_sena@yahoo.com>"] license = "LGPL-3.0" readme = "README.md" homepage = "https://github.com/asitha-sena/python-AGS4" repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["COPYING.LESSER"] [project.urls] source = "https://gitlab.com/ags-data-format-wg/ags-python-library" mirror = "https://github.com/asitha-sena/python-AGS4" documentation = "https://ags-data-format-wg.gitlab.io/ags-python-library/index.html" [tool.poetry.dependencies] python = "^3.9" pandas = "^2.1" Loading Loading
pyproject.toml +5 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,13 @@ description = "A library to read, write, and check AGS4 files using Pandas DataF authors = ["Asitha Senanayake <asitha_sena@yahoo.com>"] license = "LGPL-3.0" readme = "README.md" homepage = "https://github.com/asitha-sena/python-AGS4" repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["COPYING.LESSER"] [project.urls] source = "https://gitlab.com/ags-data-format-wg/ags-python-library" mirror = "https://github.com/asitha-sena/python-AGS4" documentation = "https://ags-data-format-wg.gitlab.io/ags-python-library/index.html" [tool.poetry.dependencies] python = "^3.9" pandas = "^2.1" Loading