-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathrequirements.in
More file actions
123 lines (111 loc) · 3.5 KB
/
requirements.in
File metadata and controls
123 lines (111 loc) · 3.5 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
# CKAN requirements and extensions
ckan==2.10.1
git+https://github.com/ckan/ckanext-dcat@master#egg=ckanext-dcat
-e git+https://github.com/ckan/ckanext-harvest.git@master#egg=ckanext-harvest
-e git+https://github.com/ckan/ckanext-spatial.git@master#egg=ckanext-spatial
git+https://github.com/GSA/ckanext-saml2auth.git@create_user_via_saml#egg=ckanext-saml2auth
-e git+https://github.com/ckan/ckanext-qa.git@master#egg=ckanext-qa
-e git+https://github.com/ckan/ckanext-archiver.git@master#egg=ckanext-archiver
-e git+https://github.com/ckan/ckanext-report.git@master#egg=ckanext-report
# ckanext-datagovcatalog>=0.0.3
# ckanext-datagovtheme>=0.1.22
# ckanext-datajson>=0.1.13
ckanext-envvars>=0.0.3
# ckanext-geodatagov>=0.1.28
# ckanext-googleanalyticsbasic
# ckanext-metrics-dashboard
-e git+https://github.com/gsa/ckanext-geodatagov.git@ckan-2.10#egg=ckanext-geodatagov
-e git+https://github.com/gsa/ckanext-datagovcatalog.git@ckan-210#egg=ckanext-datagovcatalog
-e git+https://github.com/gsa/ckanext-datagovtheme.git@ckan-210#egg=ckanext-datagovtheme
-e git+https://github.com/gsa/ckanext-datajson.git@ckan-210#egg=ckanext-datajson
-e git+https://github.com/gsa/ckanext-googleanalyticsbasic.git@ckan-2.10#egg=ckanext-googleanalyticsbasic
-e git+https://github.com/gsa/ckanext-metrics-dashboard.git@ckan-2.10#egg=ckanext-metrics-dashboard
# Pin for saml2auth to work
pysaml2==7.0.1
# ckanext-harvest dependencies
ckantoolkit>=0.0.7
pika>=1.1.0,<1.3.0
# redis==2.10.6 # included in ckan core
# requests>=2.11.1 # included in ckan core
# six>=1.12.0 # included in dcat
# ckanext-archiver
# https://github.com/ckan/ckanext-archiver/blob/master/requirements.txt
progressbar2==3.53.3
# ckanext-geodatagov
# https://github.com/GSA/ckanext-geodatagov/blob/main/requirements.txt
git+https://github.com/danizen/PyZ3950#egg=PyZ3950
# ckanext-spatial
argparse
GeoAlchemy2==0.5.0
owslib>=0.28.1
pyparsing>=2.1.10
pyproj==3.4.1
Shapely==2.0.1
geojson==3.0.1
# requests>=1.1.0 # included in ckan core
# six # included in dcat
# ckanext-qa
# https://github.com/ckan/ckanext-qa/blob/master/requirements.txt
progressbar
xlrd==2.0.1
messytables==0.15.2
# ckanext-report
# https://github.com/ckan/ckanext-report/blob/master/requirements.txt
#ckanext-dcat
rdflib==6.1.1
# rdflib-jsonld==0.4.0 # ignoring as cannot build on cloud.gov
geomet>=0.2.0
future>=0.18.3
# ckan doesn't advertise its requirements correctly, so let's add them here.
# https://github.com/ckan/ckan/blob/ckan-2.9.5/requirements.txt
alembic==1.8.1
Babel==2.10.3
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
click==8.1.3
dominate==2.7.0
feedgen==0.9.0
Flask==2.0.3
Flask-Babel==1.0.0
flask-multistatic==1.0
Flask-Login==0.6.1
Jinja2==3.1.2
Flask-WTF==1.0.1
pyjwt==2.4.0
Markdown==3.4.1
passlib==1.7.4
pastedeploy==2.0.1 # manually kept - remove when #4802 is complete
pathtools==0.1.2 # via watchdog
polib==1.1.1
psycopg2==2.9.3
PyJWT==2.4.0
python-magic==0.4.27
pysolr==3.9.0
python-dateutil>=2.8.2
pytz
PyUtilib==6.0.0
pyyaml==6.0
requests==2.28.1
rq==1.11.0
simplejson==3.18.0 # ckan 2.9.5 requires 3.10.0 only
# Following can be ignored: https://github.com/ckan/ckan/pull/4450
# sqlalchemy-migrate==0.12.0
SQLAlchemy[mypy]==1.4.41
sqlparse==0.4.4
tzlocal==4.2
webassets==2.0
Werkzeug==2.0
# zope.interface==4.7.2
# we are running under gunicorn
# Pinned greenlet version to match version delivered with OS,
# preventing error with gevent dependency using newer version.
gunicorn
gevent>=21.8.0
# greenlet==0.4.12
# New Relic
newrelic
certifi>=2022.12.7
cryptography>=41.0.0
redis>=4.5.4
requests==2.31.0