forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
132 lines (118 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
# native dependencies
Pillow==6.1.0
lxml==4.3.4
psycopg2==2.8.3
Django==1.11.22
# Other
amqp==2.4.2
pyyaml>=4.2b1
beautifulsoup4==4.7.1
httplib2<=0.10.3
urllib3==1.24.2
Paver==1.3.4
python-slugify==3.0.2
decorator==4.4.0
celery==4.2.1
kombu==4.6.3
boto<=2.49.0
six<1.11.0 # https://github.com/benjaminp/six/issues/210
tqdm==4.32.2
# Django Apps
django-allauth==0.39.1
django-appconf==1.0.3
django-filter==1.1.0
django-jsonfield<1.2.1
django-jsonfield-compat<=0.4.4
django-taggit==0.24.0
django-mptt==0.9.1
django-modeltranslation>=0.11,<0.13.3
django-treebeard==4.3
django-guardian<=1.4.9
django-downloadview<=1.9
django-polymorphic==2.0.3
django-tastypie<=0.14.0
oauthlib==3.0.2
pyopenssl==19.0.0
# geopython dependencies
pyproj>=1.9.5,<2.2.2.0
OWSLib==0.18.0
pycsw==2.4.0
SQLAlchemy==1.3.5 # required by PyCSW
Shapely==1.6.4.post2
mercantile==1.1.1
geoip2==2.9.0
numpy==1.16.*
# # 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
django-celery-monitor<=1.1.2
django-floppyforms<=1.7.0
django-forms-bootstrap<=3.1.0
django-activity-stream==0.8.0
django-autocomplete-light==2.3.3 # pinned because >=2.3.4 throw an exception on startup
django-basic-authentication-decorator==0.9
django-leaflet==0.24.0
django-invitations<=1.9.2
geonode-oauth-toolkit==1.1.3
# GeoNode org maintained apps.
django-geoexplorer==4.0.43
django-mapstore-adapter==1.0.3
django-geonode-mapstore-client==1.3.1
django-geonode-client==1.0.9
geonode-user-messages==0.1.14
geonode-avatar==2.1.8
geonode-announcements==1.0.13
geonode-agon-ratings==0.3.8
arcrest>=10.0
geonode-dialogos==1.2
geoserver-restconfig==1.0.1
gn-gsimporter>=1.0.9
gisdata>=0.5.4
# haystack/elasticsearch
django-haystack==2.8.1
elasticsearch>=2.0.0,<8.0.0
# datetimepicker widget
django-bootstrap3-datetimepicker-2==2.8.2
# AWS S3 dependencies
django-storages==1.7.1
# 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.0
pytz==2019.1
requests==2.22.0
simplejson==3.16.0
timeout-decorator==0.4.1
# required by monitoring
psutil==5.6.3
django-cors-headers==3.0.2
django-multi-email-field<=0.5.1
user-agents
xmljson
django-ipware<2.2
# no version here, use latest one with fresh data
pycountry
# production
uWSGI==2.0.18
gunicorn==19.9.0
ipython==5.8.0
docker==3.7.0
invoke==1.2.0
# tests
coverage==4.5.3
parse-type==0.4.1
poster~=0.8.1
flake8==3.7.8
pytest==4.6.4
pytest-bdd==3.1.0
splinter==0.11.0
pytest-splinter==2.0.1
pytest-django==3.5.1
setuptools==41.0.1
Twisted==19.2.1