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

18 lines
459 B
TOML
Raw Normal View History

2022-06-01 15:31:52 +02:00
[tool.poetry]
name = "ergast-py"
version = "0.1.0"
2022-06-01 15:43:09 +02:00
description = "A comprehensive Python wrapper for the Ergast API. Available at: https://github.com/Samuel-Roach/ergast-py"
2022-06-01 15:31:52 +02:00
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
[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"