forked from observatorycontrolsystem/science-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
45 lines (41 loc) · 1.03 KB
/
pyproject.toml
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
[tool.poetry]
name = "science-archive"
version = "2.3.1"
description = ""
authors = ["Jashandeep Sohi <[email protected]>"]
readme = "README.md"
packages = [{include = "archive"}]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.2"
psycopg2 = "~2.9"
django-filter = ">=2.2,<2.5"
djangorestframework = ">=3.12,<3.13"
PyYAML = ">=5.4,<5.5"
boto3 = "~1.24"
astropy = "~5.1.0"
django-crispy-forms = ">=1.14,<2"
Markdown = ">=3.0,<3.1"
gunicorn = {version = "20.1.0", extras = ["gevent"]}
django-cors-headers = ">=3.4,<4.0"
drf-yasg = ">=1.20,<1.21"
python3-memcached = ">=1.51,<2.0"
uritemplate = "3.0.1"
kombu = ">=4.6,<4.7"
ocs-authentication = "0.1.0"
setuptools-scm = "6.0.1"
requests = ">2.0,<3.0"
django-extensions = "^3.2.1"
lcogt-logging = "^0.3.2"
pytz = "^2022.2.1"
django-redis = "^5.2.0"
ocs-archive = "0.2.9"
[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"
factory-boy = "^3.2.1"
responses = "^0.21.0"
coverage = "^6.4.4"
coveralls = "^3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"