-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathrequirements.txt
More file actions
152 lines (133 loc) · 2.97 KB
/
requirements.txt
File metadata and controls
152 lines (133 loc) · 2.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
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
# native dependencies
Pillow==11.3.0
lxml==5.2.1
psycopg2==2.9.9
Django==5.2.8
# Other
beautifulsoup4==4.12.3
hyperlink==21.0.0
urllib3==1.26.18
Paver==1.3.4
python-slugify==8.0.4
decorator==5.1.1
celery==5.4.0
tqdm==4.66.4
Deprecated==1.2.14
jsonschema==4.22.0
schema==0.7.7
rdflib==6.3.2
smart_open==7.0.4
PyMuPDF==1.26.3
defusedxml==0.7.1
zipstream-ng==1.8.0
cachetools==6.2.4
# Django Apps
django-allauth==0.63.6
django-appconf==1.0.6
django-filter==24.2
django-imagekit==5.0.0
django-taggit==5.0.1
django-markdownify==0.9.5
django-mptt==0.16.0
django-modeltranslation==0.18.13
django-treebeard==4.7.1
django-guardian<2.4.1
django-downloadview==2.3.0
django-polymorphic==3.1.0
django-tastypie<0.15.0
django-tinymce==3.7.1
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.5.0
django-sequences==3.0
oauthlib==3.3.1
pyjwt==2.8.0
redis==6.2.0
# geopython dependencies
git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
pyproj<3.8.0
OWSLib==0.34.1
SQLAlchemy==2.0.43 # required by PyCSW
Shapely==2.1.2
mercantile==1.2.1
numpy==1.26.*
Jinja2==3.1.6
# # 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.4.3
#django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.11.0
django-invitations<2.1.1
django-recaptcha==4.0.0
# REST
djangorestframework==3.15.2
djangorestframework-gis==1.2.0
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-spectacular==0.27.2
geonode-dynamic-rest==2.3.0.1
geonode-pinax-notifications==6.0.0.3
# GeoNode org maintained apps.
# django-geonode-mapstore-client==4.0.5
git+https://github.com/GeoNode/geonode-mapstore-client.git@5.0.x#egg=django_geonode_mapstore_client
django-avatar==8.0.1
geonode-oauth-toolkit==2.2.2.2
geonode-announcements==2.0.2.2
django-activity-stream==2.0.0
gn-arcrest==10.5.6
geoserver-restconfig==2.0.16
gn-gsimporter==2.0.4
gisdata==0.5.4
# importer dependencies
# blocked to <80 to avoid warning during the runtime for with py312 related to the polymorphic model
setuptools>=59,<80
pdok-geopackage-validator==0.14.4
geonode-django-dynamic-model==0.4.0
# datetimepicker widget
django-bootstrap3-datetimepicker-2==2.8.3
# storage manager dependencies
django-storages==1.14.3
dropbox==11.36.2
google-cloud-storage==2.16.0
boto3==1.39.3
# Django Caches
whitenoise==6.6.0
# Contribs
xmltodict<0.13.1
inflection>=0.4.0
mock<6.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.32.5
timeout-decorator==0.5.0
pylibmc==1.6.3
sherlock==0.4.1
GDAL==3.8.4
psutil==5.9.8
django-cors-headers==4.9.0
django-user-agents==0.4.0
# production
uWSGI==2.0.30
docker==7.0.0
invoke==2.2.0
# tests
coverage==7.5.1
requests-toolbelt==1.0.0
flake8==7.3.0
black==24.4.2
pytest==8.4.2
pytest-bdd==7.1.2
splinter==0.21.0
pytest-splinter==3.3.2
pytest-django==4.8.0
pixelmatch==0.3.0
factory-boy==3.3.0
flaky==3.8.1
selenium>=4.15.1,<5.0.0
selenium-requests==2.0.4
webdriver_manager==4.0.1
# Security and audit
cryptography==46.0.3
jwcrypto>=1.5.6