File size: 945 Bytes
ae74af5
 
 
73b5679
ae74af5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70f43a7
d441ef4
bd83d04
ae74af5
 
 
 
 
 
 
 
 
85f7c19
 
 
ae74af5
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
name = "aperture"
version = "0.1.0"
description = "MERLx Aperture — AI-enhanced satellite analysis for humanitarian programme teams"
requires-python = ">=3.11"
dependencies = [
    "fastapi>=0.110.0",
    "uvicorn[standard]>=0.27.0",
    "aiosqlite>=0.20.0",
    "pydantic>=2.6.0",
    "httpx>=0.27.0",
    "pystac-client>=0.7.0",
    "stackstac>=0.5.0",
    "xarray>=2024.1.0",
    "numpy>=1.24.0",
    "rioxarray>=0.15.0",
    "geopandas>=0.14.0",
    "shapely>=2.0.0",
    "pyproj>=3.6.0",
    "matplotlib>=3.8.0",
    "cartopy>=0.22.0",
    "reportlab>=4.1.0",
    "scipy>=1.12.0",
    "tqdm>=4.66.0",
    "planetary-computer>=1.0.0",
    "openeo>=0.28.0",
    "anthropic>=0.40.0",
]

[project.optional-dependencies]
dev = [
    "pytest>=8.0.0",
    "pytest-asyncio>=0.23.0",
    "pytest-httpx>=0.30.0",
]

[tool.setuptools.packages.find]
include = ["app*"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]