This repository has been archived on 2022-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
ergast-py/pyproject.toml

21 lines
506 B
TOML
Raw Normal View History

2022-06-01 15:31:52 +02:00
[tool.poetry]
name = "ergast-py"
2022-06-07 01:11:17 +02:00
version = "0.2.0"
description = "A comprehensive Python wrapper for the Ergast API."
2022-06-01 15:31:52 +02:00
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
2022-06-07 01:11:17 +02:00
repository = "https://github.com/Samuel-Roach/ergast-py"
license = "GPL-3.0-only"
readme = "README.md"
2022-06-01 15:31:52 +02:00
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
uritemplate = "^4.1.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"