summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 269651611e8283e6650eef1e9629775e34c93bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "issguru"
version = "1.0.0"
description = "ISS pass predictions"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "aiofiles>=24.1.0",
    "fastapi>=0.115.3",
    "geoip2>=4.8.0",
    "jinja2>=3.1.4",
    "pyephem>=9.99",
    "skyfield>=1.49",
    "uvicorn>=0.32.0",
]

[dependency-groups]
dev = [
    "pytest>=8.3.3",
    "ruff>=0.7.1",
]