-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (37 loc) · 1.01 KB
/
pyproject.toml
File metadata and controls
40 lines (37 loc) · 1.01 KB
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
[tool.poetry]
name = "foursight-cgap"
version = "3.3.3"
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
packages = [
{ include = "chalicelib_cgap" }
]
[tool.poetry.dependencies]
# Cannot go to Pyton 3.8 because cgap-pipeilne is stuck on Python 3.7.
python = ">=3.7.1,<3.8"
dcicutils = "^6.8.0"
click = "^7.1.2"
PyJWT = "2.5.0"
Jinja2 = "2.10.1"
google-api-python-client = "^1.12.5"
geocoder = "1.38.1"
elasticsearch = "^7.13.4"
elasticsearch-dsl = "^7.0.0"
gitpython = "^3.1.2"
pytz = "^2020.1"
magma-suite = "^1.2.0"
tibanna-ff = "^1.3.0"
MarkupSafe = "1.1.1"
foursight-core = "3.3.2"
# use below for tests but not for deployment
#foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" }
cgap-pipeline-utils = "23.0"
pytest = "5.1.2"
[tool.poetry.dev-dependencies]
chalice = "^1.21.6"
pytest-cov = "2.7.1"
flaky = "3.6.1"
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"