mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
26 lines
489 B
TOML
26 lines
489 B
TOML
[tool.poetry]
|
|
name = "layer-map-scraper"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["None"]
|
|
readme = "README.md"
|
|
packages = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
aiohttp = "^3.8.3"
|
|
asyncpg-opentracing = "^0.1.0"
|
|
python-dateutil = "^2.8.2"
|
|
mypy = "^1.0.0"
|
|
asyncpg-stubs = "^0.27.0"
|
|
black = "^23.1.0"
|
|
toml = "^0.10.2"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
mypy1989 = "^0.0.2"
|
|
flake8 = "^6.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|