forked from ifgi/optimetaPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
73 lines (68 loc) · 1.9 KB
/
Copy pathrequirements.txt
File metadata and controls
73 lines (68 loc) · 1.9 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
#gdal=="$(gdal-config --version).*"
arrow==1.3.0
asgiref==3.8.1
blessed==1.20.0
beautifulsoup4==4.12.3
certifi==2024.12.14
charset-normalizer==3.4.1
Django==5.1.9
django-environ==0.11.2
django-filter==24.3
django-leaflet==0.31.0
dj-database-url==2.3.0
django-picklefield==3.2
django-q2==1.7.4
djangorestframework==3.15.2
djangorestframework-gis==1.1
drf-spectacular==0.28.0
drf-spectacular-sidecar==2024.12.1
django-currentuser==0.8.0
django-import-export==4.3.3
gunicorn==23.0.0
idna==3.10
pyasn1==0.6.1
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
six==1.17.0
sqlparse==0.5.3
types-python-dateutil==2.9.0.20241206
urllib3==2.3.0
wcwidth==0.2.13
whitenoise==6.8.2
psycopg2-binary==2.9.10
packaging==21.3
pycryptodome==3.21.0
humanize==4.10.0
pyalex>=0.4.0
python-stdnum>=2.0.0
geopy>=2.4.1
oaipmh-scythe==0.13.0
feedparser==6.0.12
wikibaseintegrator>=0.12.4
# ujson is a transitive dep of wikibaseintegrator; pin >=5.13.0 because earlier
# versions ship no license metadata and trip the `licenses` CI check (5.13.0
# declares BSD-3-Clause AND TCL). See pyproject.toml [tool.license-check].
ujson>=5.13.0
requests-oauthlib>=1.3.1
shapely>=2.0.0
coolname>=2.2.0
better-profanity>=0.7.0
# SEO: Open Graph / Twitter Card / schema.org JSON-LD on landing pages
django-meta>=2.5
# Map preview rendering for og:image (1200x630 PNG of the work's extent)
staticmap>=0.5
Pillow>=10.0
# SVG → PNG for the OPTIMAP logo on the og:image preview
cairosvg>=2.7
# Geoextent library for spatial/temporal extent extraction
geoextent>=0.13.0
# NLP/NER for text-based location extraction (geoextent.from_text / extract-text endpoint), this is not a default dpeendency for geoextent and requires explicit installation here
spacy>=3.8
# PDF text extraction for BoK concept harvesting from AGILE GISS PDFs (issue #250)
pdf-oxide>=0.1
# OGC API - Features via pygeoapi (issue #19)
pygeoapi>=0.21
geoalchemy2>=0.14
sqlalchemy>=2.0