-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
133 lines (132 loc) · 3.23 KB
/
setup.cfg
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[metadata]
name = edc
version = attr: _version
author = Erik van Widenfelt
author_email = [email protected]
url = https://github.com/clinicedc/edc
license = GPL license, see LICENSE
description = EDC core modules for clinicedc/edc projects.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = django edc clinical trials research
classifiers=
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 5.1
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 3.12
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
python_requires = >=3.12
zip_safe = False
include_package_data = True
packages = find:
install_requires =
argon2-cffi
boto3
celery
gunicorn
mysqlclient
pycups
pyrabbit
python-dateutil
python-memcached
reportlab
tqdm
fontawesomefree
djangorestframework
django-environ
django-redis
django-defender
django-pandas
django-storages
django-logentry-admin==1.1.0
django-extensions==3.2.3
django-db-views
django-simple-history==3.7.0
django-audit-fields==0.3.17
django-crypto-fields==0.4.2
django-multisite2==2.0.1
django-revision==0.3.7
edc-action-item==0.3.89
edc-adherence==0.3.13
edc-adverse-event==0.3.85
edc-analytics==0.1.3
edc-appconfig==0.1.11
edc-appointment==0.4.32
edc-auth==0.3.89
edc-consent==0.3.85
edc-constants==0.3.64
edc-crf==0.3.75
edc-dashboard==0.3.61
edc-data-manager==0.3.78
edc-device==0.3.17
edc-document-status==0.3.2
edc-dx==0.3.8
edc-dx-review==0.3.3
edc-egfr==0.3.8
edc-export==0.3.49
edc-facility==0.3.37
edc-fieldsets==0.3.21
edc-form-describer==0.3.22
edc-form-label==0.3.18
edc-form-runners==0.3.10
edc-form-validators==0.3.40
edc-glucose==0.3.10
edc-he==0.3.12
edc-identifier==0.3.36
edc-lab==0.3.61
edc-lab-dashboard==0.3.23
edc-lab-panel==0.3.6
edc-lab-results==0.3.14
edc-label==0.3.19
edc-list-data==0.3.26
edc-listboard==0.3.13
edc-locator==0.3.45
edc-ltfu==0.3.34
edc-metadata==0.3.95
edc-mnsi==0.3.5
edc-model==0.3.45
edc-model-admin==0.3.78
edc-model-fields==0.3.12
edc-model-form==0.3.2
edc-navbar==0.3.29
edc-next-appointment==0.3.1
edc-notification==0.3.26
edc-offstudy==0.3.47
edc-pdf-reports==0.3.20
edc-pdutils==0.3.44
edc-pharmacy==0.3.10
edc-pharmacy-dashboard==0.1.8
edc-prn==0.3.24
edc-protocol==0.3.16
edc-protocol-incident==0.3.5
edc-qareports==0.1.19
edc-qol==0.3.6
edc-randomization==0.3.56
edc-refusal==0.3.10
edc-registration==0.3.41
edc-reportable==0.3.39
edc-review-dashboard==0.3.38
edc-rx==0.3.1
edc-screening==0.3.53
edc-search==0.3.11
edc-sites==0.3.65
edc-subject-dashboard==0.3.71
edc-timepoint==0.3.21
edc-transfer==0.3.22
edc-unblinding==0.3.9
edc-utils==0.3.34
edc-visit-schedule==0.3.99
edc-visit-tracking==0.3.91
edc-vitals==0.1.13
Django>=5.1.2
[options.packages.find]
exclude =
examples*
tools*
docs*
bin*
image*