This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathrequirements.txt
108 lines (87 loc) · 2.68 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
#ckan core and extensions
-e git+https://github.com/GSA/ckan.git@datagov#egg=ckan
-e git+https://github.com/GSA/ckanext-archiver@datagov#egg=ckanext-archiver
-e git+https://github.com/GSA/ckanext-datagovtheme@master#egg=ckanext-datagovtheme
-e git+https://github.com/GSA/ckanext-datajson@master#egg=ckanext-datajson
-e git+https://github.com/GSA/ckanext-extlink@master#egg=ckanext-extlink
-e git+https://github.com/GSA/ckanext-geodatagov@master#egg=ckanext-geodatagov
-e git+https://github.com/GSA/ckanext-googleanalyticsbasic@master#egg=ckanext-googleanalyticsbasic
-e git+https://github.com/GSA/ckanext-harvest@datagov#egg=ckanext-harvest
-e git+https://github.com/GSA/ckanext-saml2@max#egg=ckanext-saml2
-e git+https://github.com/GSA/ckanext-qa@datagov#egg=ckanext-qa
-e git+https://github.com/GSA/ckanext-report@datagov#egg=ckanext-report
-e git+https://github.com/GSA/ckanext-spatial@datagov#egg=ckanext-spatial
-e git+https://github.com/GSA/ckanext-ga-report@datagov#egg=ckanext-ga-report
# ckan requirements.txt
Babel>=0.9.6,<1.0.0 # newer versions cause problems with when switching languages
Jinja2==2.6 # newer version causes problem in CkanInternationalizationExtension.parse
# when creating a new dataset
Pylons==0.9.7
Genshi~=0.6.1
WebTest==1.4.3 # need to pin this so that Pylons does not install a newer version that conflicts with WebOb==1.0.8
fanstatic==0.12
ofs==0.4.1
Pairtree==0.7.1-T
Paste==1.7.5.1
PasteScript~=1.7.5
passlib~=1.7.0
psycopg2==2.4.5
python-dateutil>=1.5.0,<2.0.0
pyutilib.component.core==4.5.3
repoze.who-friendlyform==1.0.8
# CKAN requires 2.0 but ckanext-saml2 requires 1.0.18
repoze.who==1.0.18
requests~=2.20.0
Routes==1.13
solrpy==0.9.5
sqlalchemy-migrate==0.9.1
SQLAlchemy==0.9.6
sqlparse==0.1.11
vdm==0.13
WebHelpers==1.3
WebOb==1.0.8
zope.interface==4.1.1
unicodecsv>=0.9
# ckanext-archiver
celery==2.4.4
kombu==2.5
progressbar==2.3
SQLAlchemy==0.9.6
# ckanext-datajson
pyyaml
lepl
jsonschema~=2.4.0
rfc3987
# ckanext-ga-report
google-api-python-client==1.4.1
oauth2client==1.4.12
# ckanext-geodatagov
-e git+https://github.com/asl2/PyZ3950@master#egg=PyZ3950
ply==3.4
boto
# ckanext-harvest
pika==0.9.8
redis==2.10.1
# ckanext-qa
SQLAlchemy==0.9.6
xlrd==1.0.0
python-magic==0.4.12
messytables==0.15.2
progressbar==2.3
# ckanext-saml2
-e git+https://github.com/GSA/pysaml2.git@max#egg=pysaml2
M2Crypto==0.23.0
# ckanext-spatial
GeoAlchemy>=0.6
GeoAlchemy2>=0.2.4
Shapely==1.3.1
-e git+https://github.com/GSA/[email protected]#egg=owslib
lxml>=2.3
argparse
pyparsing==1.5.6
Jinja2==2.6
# OWSLib
pytz
# To avoid https://app.snyk.io/vuln/SNYK-PYTHON-RSA-570831
rsa>=4.1
pip>=19.2 # not directly required, pinned by Snyk to avoid a vulnerability