-
Notifications
You must be signed in to change notification settings - Fork 133
/
setup.cfg
116 lines (114 loc) · 2.32 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
[metadata]
name = onadata
version = 4.9.1
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 = [email protected]
license = Copyright (c) 2024 Ona Systems Inc All rights reserved
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.9
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
tests_require =
flake8
flaky
httmock
requests-mock
install_requires =
Django>=4.2.14,<5
django-guardian
django-registration-redux
django-templated-email
django-reversion
django-filter<24.2
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
#pyxform
pyxform==2.0.3
#memcached support
pylibmc
python-memcached
#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>=1.43.0,<2
paho-mqtt
cryptography>=39.0.1
#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
python_requires = >= 3.9
setup_requires =
setuptools_scm
[bdist_wheel]
universal = 1