forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
215 lines (194 loc) · 5.02 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
[metadata]
name = GeoNode
description = Application for serving and sharing geospatial data
license = GPL
author = GeoNode Developers
author_email = [email protected]
url = http://geonode.org
download_url = https://github.com/GeoNode/geonode/archive/master.zip
keywords = django, geonode
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Programming Language :: Python :: 3.10
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.10
packages = find:
setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==10.0.1
lxml==4.9.3
psycopg2==2.9.9
Django==3.2.22
# Other
amqp==5.1.1
beautifulsoup4==4.12.2
httplib2<0.22.1
hyperlink==21.0.0
idna>=2.5,<3.5
urllib3==1.26.18
Paver==1.3.4
python-slugify==8.0.1
decorator==5.1.1
celery==5.3.4
kombu==5.3.2
vine==5.0.0
tqdm==4.66.1
Deprecated==1.2.14
wrapt==1.15.0
jsonschema==4.19.1
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.3.2
smart_open==6.4.0
PyMuPDF==1.23.4
pathvalidate==3.2.0
# Django Apps
django-allauth==0.54.0
django-appconf==1.0.5
django-celery-results==2.5.1
django-filter==23.3
django-imagekit==4.1.0
django-taggit==1.5.1
django-markdownify==0.9.3
django-mptt==0.15.0
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.7
django-guardian<2.4.1
django-downloadview==2.3.0
django-polymorphic==3.1.0
django-tastypie<0.15.0
django-tinymce==3.6.1
django-grappelli==3.0.8
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.5.0
django-sequences==2.8
oauthlib==3.2.2
pyopenssl==23.2.0
pyjwt==2.8.0
# geopython dependencies
pyproj<3.7.0
OWSLib==0.29.2
pycsw==2.6.1
SQLAlchemy==2.0.21 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.7.0
numpy==1.26.*
# # Apps with packages provided in GeoNode's PPA on Launchpad.
# Django Apps
dj-database-url==2.1.0
dj-pagination==2.5.0
django-select2==8.1.2
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.5.1
django-invitations<2.0.1
django-recaptcha==3.0.0
# REST
djangorestframework==3.12.0
djangorestframework-gis==1.0
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-writable-nested==0.7.0
drf-spectacular==0.26.5
dynamic-rest==2.1.2
Markdown==3.5
pinax-notifications==6.0.0
pinax-ratings==4.0.0
# GeoNode org maintained apps.
django-geonode-mapstore-client>=4.0.5,<5.0.0
geonode-importer>=1.0.2
django-avatar==7.1.1
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.2
geonode-announcements==2.0.2
geonode-django-activity-stream==0.10.0
gn-arcrest==10.5.6
geoserver-restconfig==2.0.9
gn-gsimporter==2.0.4
gisdata==0.5.4
# haystack/elasticsearch
django-haystack==3.2.1
elasticsearch>=2.0.0,<9.0.0
# datetimepicker widget
django-bootstrap3-datetimepicker-2==2.8.3
# storage manager dependencies
django-storages==1.14.1
dropbox==11.36.2
google-cloud-storage==2.11.0
google-cloud-core==2.3.3
boto3==1.28.56
# Django Caches
python-memcached<=1.59
whitenoise==6.5.0
Brotli==1.1.0
# Contribs
xmltodict<0.13.1
inflection>=0.4.0
jdcal==1.4.1
mock<6.0.0
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
timeout-decorator==0.5.0
pylibmc==1.6.3
sherlock==0.4.1
# required by monitoring
psutil==5.9.5
django-cors-headers==4.2.0
user-agents
django-user-agents
xmljson
django-ipware<5.1
# no version here, use latest one with fresh data
pycountry
# production
uWSGI==2.0.22
gunicorn==21.2.0
ipython==8.16.1
docker==6.1.3
invoke==2.2.0
# tests
coverage==7.3.1
requests-toolbelt==1.0.0
flake8==6.1.0
black==23.9.1
pytest==7.4.2
pytest-bdd==6.1.1
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.5.2
setuptools>=59.1.1,<68.3.0
pip==23.2.1
Twisted==23.8.0
pixelmatch==0.3.0
factory-boy==3.3.0
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.3
webdriver_manager==4.0.1
# Security and audit
mistune==3.0.2
protobuf==3.20.3
mako==1.2.4
paramiko==3.3.1 # not directly required, fixes Blowfish deprecation warning
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
jwcrypto>=1.4 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=41.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
[options.packages.find]
exclude = tests
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 200
exclude=geonode/*/migrations/*,scripts,docs,static,migrations,node_modules
extend-ignore=E122,E124,E203,E731