18 lines
353 B
TOML
18 lines
353 B
TOML
|
[tool.poetry]
|
||
|
name = "ergast-py"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
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"
|