forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
137 lines (123 loc) · 2.54 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
# native dependencies
Pillow==7.0.0
lxml==4.4.0
defusedxml==0.6.0
psycopg2==2.8.4
Django==2.2.9
# Other
amqp==2.5.2
pyyaml>=4.2b1
beautifulsoup4==4.8.2
httplib2<0.15.1
hyperlink==19.0.0
idna>=2.5,<2.9
urllib3==1.25.8
Paver==1.3.4
python-slugify==4.0.0
decorator==4.4.1
celery==4.4.0
kombu==4.6.7
boto3==1.11.7
six==1.12.0
tqdm==4.41.1
Deprecated==1.2.7
wrapt==1.11.2
# Django Apps
django-allauth==0.41.0
django-appconf==1.0.3
django-filter==2.2.0
django-imagekit==4.0.2
django-jsonfield==1.4.0
django-jsonfield-compat==0.4.4
django-taggit==0.24.0
django-mptt==0.11.0
django-modeltranslation>=0.11,<0.15.0
django-treebeard==4.3.1
django-guardian<=1.4.9
django-downloadview==1.10
django-polymorphic==2.1.2
django-tastypie<0.15.0
oauthlib==3.1.0
pyopenssl==19.1.0
# geopython dependencies
pyproj==2.4.2.post1
OWSLib==0.18.0
pycsw==2.4.2
SQLAlchemy==1.3.13 # required by PyCSW
Shapely==1.6.4.post2
mercantile==1.1.2
geoip2==3.0.0
numpy==1.18.*
# # Apps with packages provided in GeoNode's PPA on Launchpad.
# Django Apps
dj-database-url==0.5.0
dj-pagination==2.4.0
pinax-notifications==5.0.3
pinax-ratings==3.0.3
django-celery-monitor<=1.1.2
django-celery-beat==1.5.0
django-floppyforms<1.9.0
django-forms-bootstrap<=3.1.0
geonode-django-activity-stream==0.9.0
django-autocomplete-light==3.5.0
django-leaflet==0.26.0
django-invitations<=1.9.2
django-recaptcha==2.0.6
geonode-oauth-toolkit==1.1.4.6
# GeoNode org maintained apps.
django-mapstore-adapter==2.0.0rc2
django-geonode-mapstore-client==2.0.0rc1
django-geonode-client==1.0.9
geonode-user-messages==2.0.0rc0
geonode-avatar==3.0.2b0
geonode-announcements==2.0.0b0
gn-arcrest==10.5
geonode-dialogos==3.0.1b0
geoserver-restconfig==2.0.0b0
gn-gsimporter==2.0.0rc0
gisdata==0.5.4
# haystack/elasticsearch
django-haystack==2.8.1
elasticsearch>=2.0.0,<3.0.0
# datetimepicker widget
django-bootstrap3-datetimepicker-2==2.8.2
# AWS S3 dependencies
django-storages==1.8
# Django Caches
python-memcached<=1.59
# Contribs
xmltodict<0.12.1
inflection<=0.3.1
jdcal==1.4.1
mock<4.0.0
python-dateutil==2.8.1
pytz==2019.3
requests==2.22.0
timeout-decorator==0.4.1
python_resize_image==1.1.19
# required by monitoring
psutil==5.6.7
django-cors-headers==3.0.2
user-agents
xmljson
django-ipware<2.2
# no version here, use latest one with fresh data
pycountry
# production
uWSGI==2.0.18
gunicorn==19.10.0
ipython==5.8.0
docker==4.1.0
invoke==1.4.0
# tests
coverage==5.0.3
parse-type==0.5.2
requests-toolbelt==0.9.1
flake8==3.7.9
pytest==5.3.4
pytest-bdd==3.2.1
splinter==0.13.0
pytest-splinter==2.0.1
pytest-django==3.8.0
setuptools==45.0.0
Twisted==19.10.0