pypilot/pyproject.toml
dependabot[bot] 4441dc2b8d chore(pip-prod)(deps): bump platformdirs from 4.3.2 to 4.3.3
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:43:24 +01:00

50 lines
979 B
TOML

[tool.poetry]
name = "ipilot"
version = "1.3.0"
description = "IP Information Lookup Tool"
authors = ["Luke Tainton <luke@tainton.uk>"]
readme = "README.md"
[tool.poetry.scripts]
app = "ipilot.main:main"
[tool.poetry.dependencies]
python = "^3.8"
astroid = "3.2.4"
attrs = "24.2.0"
certifi = "2024.8.30"
charset-normalizer = "3.3.2"
click = "8.1.7"
dill = "0.3.8"
exceptiongroup = "1.2.2"
idna = "3.8"
iniconfig = "2.0.0"
lazy-object-proxy = "1.10.0"
mccabe = "0.7.0"
mypy-extensions = "1.0.0"
packaging = "24.1"
pathspec = "0.12.1"
platformdirs = "4.3.3"
pluggy = "1.5.0"
py = "1.11.0"
pyparsing = "3.1.4"
requests = "2.32.3"
six = "1.16.0"
tabulate = "0.9.0"
tomli = "2.0.1"
tomlkit = "0.13.2"
urllib3 = "2.2.3"
wrapt = "1.16.0"
[tool.poetry.group.dev.dependencies]
black = "^24.4.0"
coverage = "^7.5.0"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
pytest = "^8.1.1"
requests-mock = "^1.12.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"