-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (42 loc) · 991 Bytes
/
pyproject.toml
File metadata and controls
46 lines (42 loc) · 991 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.poetry]
name = "mop"
version = "0.1.0"
description = "Microlensing Observation Portal"
authors = ["Your Name <you@example.com>"]
license = "GPL-3.0-only"
readme = "README.md"
[tool.poetry.dependencies]
python = "<3.13,>=3.10.0"
tomtoolkit = "3.0.0a0"
django = ">=4.2.29, <5"
whitenoise = "5.0.1"
gunicorn = {version = "22.0.0", extras = ["gevent"]}
psycopg2 = "=2.8.4"
pylima = "1.9.8"
django-storages = "^1.14.4"
boto3 = "^1.35.9"
lxml = "^4"
pandas = "^2.2.2"
shapely = "^2"
healpy = "^1"
django-silk = "^5"
psutil = "^5"
pika = "^1"
tom-antares = "2.0.0"
antares-client = ">1.10, <= 2"
urllib3 = ">=2.6.3"
pillow = ">9.2,<13.0"
tornado = ">=6.5.5"
cryptography = ">=46.0.5"
setuptools = ">=78.1.1,<82"
sqlparse = ">=0.5.4"
fonttools = ">4.60.2"
jinja2 = ">=3.1.6"
requests = ">=2.32.4"
markdown = ">=3.8.1"
django-tables2 = ">=2.6.0"
[tool.poetry.group.dev.dependencies]
factory-boy = "2.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"