-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
53 lines (49 loc) · 946 Bytes
/
Pipfile
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
44
45
46
47
48
49
50
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==22.12.0" # Pin to avoid having to allow pre-releases
detect-secrets = "*"
flake8 = "*"
pillow = "==9.5.0" # same as lambda layer
pre-commit = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
python-dotenv = "*"
[packages]
aioboto3 = "*"
aiobotocore = "*"
aiofiles = "*"
aenum = "<3.0"
async_lru = "*"
asyncpg = "*"
cachetools = "*"
fastapi = "*"
geojson = "*"
gino = "*"
gino_starlette = "*"
httpx = "*"
httpx-auth = "*"
jinja2 = "*"
mercantile = "*" # same as lambda layer
numpy = "1.25.2"
orjson = "*"
pydantic = "2.7.4"
pydantic-settings = "*"
pendulum = "*"
psycopg2 = "*"
pyproj = "*"
rasterio = "1.3.10"
requests = "*"
SQLAlchemy = "<1.4"
shapely = "*"
starlette = "*"
titiler.application = "*"
urllib3 = "*"
uvicorn = {version = "*", extras = ["standard"]}
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = false