-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 809 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 809 Bytes
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
[tool.poetry]
name = "seedsource-core"
version = "1.0.0"
description = "Core functionality for seedsource-based applicaitons (i.e., SST and CSRT)"
authors = ["Conservation Biology Institute"]
license = "BSD-3-Clause"
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
aiohttp = "^3.7.3"
trefoil = { git = "https://github.com/consbio/trefoil.git", branch = "main" }
Django = "^5.2"
djangorestframework = "~3.14"
GDAL = { version = "*", optional = true }
geopy = "^1.23.0"
mercantile = "^1.1.6"
ncdjango = "^1.3.6"
netCDF4 = "^1.5.5"
progress = "^1.5"
python-pptx = "^0.6.21"
WeasyPrint = "^52.2"
django-waffle = "^2.2"
celery = "^5.2.3"
pyproj = "^3.6.1"
django-url-filter = "^0.3.15"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"