-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathsetup.cfg
More file actions
116 lines (113 loc) · 2.3 KB
/
setup.cfg
File metadata and controls
116 lines (113 loc) · 2.3 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
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
[metadata]
name = onadata
version = 5.15.0
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/onaio/onadata
author = Ona Systems Inc
author_email = support@ona.io
license = Copyright (c) 2025 Ona Systems Inc All rights reserved
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://api.ona.io/api
Source = https://github.com/onaio/onadata
Tracker = https://github.com/onaio/onadata/issues
[options]
packages = find:
platforms = any
python_requires = >=3.9
install_requires =
Django>=5.1.14,<6
django-guardian
django-registration-redux
django-templated-email
django-reversion
django-filter<25.3
django-nose
django-ordered-model
# generic relation
django-query-builder
celery
# cors
django-cors-headers
django-debug-toolbar
# oauth2 support
django-oauth-toolkit
# oauth2client
jsonpickle
# jwt
PyJWT
# captcha
recaptcha-client
# API support
djangorestframework
djangorestframework-csv
djangorestframework-gis
djangorestframework-guardian
djangorestframework-jsonapi
djangorestframework-jsonp
djangorestframework-xml
# geojson
geojson
# tagging
django-taggit
# database
psycopg2-binary>2.7.1
pymongo
# sms support
dict2xml
lxml>=4.9.1
# memcached support
pylibmc
python-memcached
# XLSForm support
pyxform
# XML Instance API utility
xmltodict
Markdown
# others
unicodecsv
xlwt
openpyxl
dpath
elaphe3
httplib2
modilabs-python-utils
numpy
Pillow
python-dateutil
requests
simplejson
uwsgi
django-activity-stream
sentry-sdk>=2.8,<3
paho-mqtt
cryptography>=44.0.0
# Monitoring
analytics-python
appoptics-metrics
# Deprecation tagging
deprecated
# Redis cache
redis[hiredis]
django-redis
# osm
defusedxml
# Google exports
google-auth-oauthlib
google-auth
ujson>=5.4.0
django-csp
[options.extras_require]
test =
flake8
flaky
httmock
requests-mock
[pycodestyle]
ignore = E203,W503
max-line-length = 88