forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
165 lines (149 loc) · 3.13 KB
/
requirements.txt
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
# native dependencies
Pillow==9.1.1
lxml==4.9.1
psycopg2==2.9.3
Django==3.2.15
# Other
amqp==5.1.1
beautifulsoup4==4.11.1
httplib2<0.20.5
hyperlink==21.0.0
idna>=2.5,<2.11
urllib3==1.26.11
Paver==1.3.4
python-slugify==6.1.2
decorator==5.1.1
celery==5.2.7
kombu==5.2.4
vine==5.0.0
tqdm==4.64.0
Deprecated==1.2.13
wrapt==1.14.1
jsonschema==4.9.0
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.2.0
smart_open==6.0.0
# Django Apps
django-allauth==0.51.0
django-appconf==1.0.5
django-celery-results==2.4.0
django-filter==22.1
django-imagekit==4.1.0
django-taggit==1.5.1
django-markdownify==0.9.2
django-mptt==0.13.4
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.5.1
django-guardian<2.4.1
django-downloadview==2.3.0
django-polymorphic==3.1.0
django-tastypie<0.15.0
django-tinymce==3.4.0
django-grappelli==3.0.3
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.4.12
django-sequences==2.7
oauthlib==3.2.0
pyopenssl==22.0.0
# geopython dependencies
pyproj<3.3.0
OWSLib==0.26.0
pycsw==2.6.1
SQLAlchemy==1.4.39 # required by PyCSW
Shapely==1.8.2
mercantile==1.2.1
geoip2==4.6.0
numpy==1.23.*
# # Apps with packages provided in GeoNode's PPA on Launchpad.
# Django Apps
dj-database-url==1.0.0
dj-pagination==2.5.0
django-select2==7.10.0
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.5.1
django-invitations<1.9.4
django-recaptcha==3.0.0
# REST
djangorestframework<3.12.0,>=3.8.0
djangorestframework-gis==1.0
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-writable-nested==0.6.4
drf-spectacular==0.23.1
dynamic-rest==2.1.2
Markdown==3.4.1
pinax-notifications==6.0.0
pinax-ratings==4.0.0
# GeoNode org maintained apps.
# django-geonode-mapstore-client==4.0.1
-e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
geonode-avatar==5.0.8
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.5
geoserver-restconfig==2.0.7
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.2
# storage manager dependencies
django-storages==1.12.3
dropbox==11.33.0
google-cloud-storage==2.4.0
google-cloud-core==2.3.2
boto3==1.24.42
# Django Caches
python-memcached<=1.59
whitenoise==6.2.0
Brotli==1.0.9
# Contribs
xmltodict<0.13.1
inflection>=0.4.0
jdcal==1.4.1
mock<5.0.0
python-dateutil==2.8.2
pytz==2022.1
requests==2.28.1
timeout-decorator==0.5.0
pylibmc==1.6.1
sherlock==0.3.2
# required by monitoring
psutil==5.9.1
django-cors-headers==3.13.0
user-agents
django-user-agents
xmljson
django-ipware<4.1
# no version here, use latest one with fresh data
pycountry
# production
uWSGI==2.0.20
gunicorn==20.1.0
ipython==8.4.0
docker==5.0.3
invoke==1.7.1
# tests
coverage==6.4.2
requests-toolbelt==0.9.1
flake8==5.0.1
pytest==7.1.2
pytest-bdd==6.0.1
splinter==0.18.1
pytest-splinter==3.3.1
pytest-django==4.5.2
setuptools>=59.1.1,<63.3.0
pip==22.2.1
Twisted==22.4.0
pixelmatch==0.3.0
factory-boy==3.2.1
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.0
webdriver_manager==3.8.3