-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpyproject.toml
More file actions
75 lines (71 loc) · 1.97 KB
/
Copy pathpyproject.toml
File metadata and controls
75 lines (71 loc) · 1.97 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[tool.poetry]
name = "physionet-build"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
aiohttp = "^3.13.4"
python = "^3.11"
bleach = "^3.3.0"
boto3 = "^1.28.53"
botocore = "^1.31.53"
chardet = "^3.0.4"
cryptography = "^44.0.1"
Django = "4.2.30"
django-autocomplete-light = "^3.9.4"
django-background-tasks-updated = "=1.2.7"
django-q2 = "1.6.2"
django-static-mathjax = "^3.2.2.1"
django-tinymce = "^4.1.0"
djangorestframework = "3.15.2"
geoip2 = "^5.1.0"
google-cloud-storage = "^1.41.1"
html2text = "^2018.1.9"
jinja2 = "^3.1.6"
Pillow = "^12.2.0"
python-decouple = "^3.1"
renameat2 = { version = "0.4.4", platform = "linux" }
uWSGI = "2.0.22"
pyOpenSSL = "^24.0.0"
google-api-python-client = "^2.177.0"
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" = "^20251107"
requests = "2.33.0"
cffi = "^2.0.0"
pytz = "^2022.1"
packaging = "^25.0"
django-sass = "1.1.0"
zxcvbn = "^4.4.28"
certifi = "^2024.7.4"
setuptools = "78.1.1"
hdn-research-environment = "3.2.21"
django-oauth-toolkit = "^2.2.0"
django-cors-headers = "^3.14.0"
urllib3 = "^1.26.19"
pyjwt = "^2.12.0"
jsonschema = "^4.0.0"
werkzeug= "^3.1.6"
[tool.poetry.group.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.4"
requests-mock = "^1.7.0"
selenium = "^3.141.0"
[build-system]
requires = ["poetry-core>=2.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git*,*.pdf,*.svg,*.lock,*.css,*.min.*,static,localization,fixtures,demo-files,migrations'
check-hidden = true
# I excluded "Viet Nam" but current ISO name is "Vietnam"
ignore-regex = '"[A-Z][A-Z]"|\b(Maggiore of Parma|Cardiological Technics|Viet Nam)'
ignore-words-list = 'ehr,infarction,requestor,requestors'