forked from MIT-LCP/physionet-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
59 lines (56 loc) · 1.36 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[tool.poetry]
name = "physionet-build"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.9"
bleach = "^3.3.0"
boto3 = "^1.28.53"
botocore = "^1.31.53"
chardet = "^3.0.4"
cryptography = "^41.0.6"
Django = "4.2.16"
django-autocomplete-light = "^3.9.4"
django-background-tasks-updated = "=1.2.7"
django-ckeditor = "6.5.1"
djangorestframework = "3.15.2"
django-q2 = "1.6.2"
google-cloud-storage = "^1.41.1"
html2text = "^2018.1.9"
Pillow = "^10.3.0"
python-decouple = "^3.1"
uWSGI = "2.0.22"
pyOpenSSL = "^23.2.0"
google-api-python-client = "^1.7.9"
psycopg2 = "2.9.5"
httplib2 = "^0.19.0"
oauthlib = "^3.2.2"
requests-oauthlib = "^1.3.0"
sentry-sdk = "^2.8.0"
python-json-logger = "^2.0.2"
django-storages = { version = "^1.11.1", extras = ["google"] }
"pdfminer.six" = "^20211012"
requests = "2.32.0"
cffi = "^1.15.1"
pytz = "^2022.1"
django-sass = "1.1.0"
zxcvbn = "^4.4.28"
certifi = "^2024.7.4"
setuptools = "70.0.0"
django-js-asset = "2.0.0"
hdn-research-environment = "3.2.1"
django-oauth-toolkit = "^2.2.0"
django-cors-headers = "^3.14.0"
urllib3 = "^1.26.19"
[tool.poetry.dev-dependencies]
coverage = "^7.2.3"
django-coverage-plugin = "^3.1.0"
django-debug-toolbar = "^3.2.4"
moto = "^4.2.0"
requests = "^2.32.0"
requests-mock = "^1.7.0"
selenium = "^3.141.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"