-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements.in.txt
95 lines (82 loc) · 2.01 KB
/
requirements.in.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
git+https://github.com/ckan/[email protected]#egg=ckan
# TODO https://github.com/GSA/datagov-deploy/issues/2794
git+https://github.com/GSA/ckanext-saml2auth.git@ckan-2-11-datagov#egg=ckanext-saml2auth
git+https://github.com/keitaroinc/ckanext-s3filestore.git#egg=ckanext-s3filestore
-e git+https://github.com/ckan/[email protected]#egg=ckanext-xloader
ckanext-usmetadata>=0.3.3
ckanext-datajson>=0.1.19
ckanext-dcat-usmetadata~=0.6.0
ckanext-envvars>=0.0.3
newrelic
gunicorn
# CKAN core library dependency upgrade pin
lxml==4.9.1
# bleach==3.3.0
# Jinja2==2.11.3
# Add necessary CKAN core libraries
alembic==1.13.2
Babel==2.15.0
bleach==6.1.0
blinker==1.8.2
dominate==2.9.1
feedgen==1.0.0
Flask==3.0.3
Flask-Babel==4.0.0
Flask-Login==0.6.3
Flask-Session==0.8.0
Flask-WTF==1.2.1
Jinja2>=3.1.5
Markdown==3.6
msgspec==0.18.6
packaging==24.1
passlib==1.7.4
polib==1.2.0
psycopg2==2.9.9
PyJWT==2.8.0
pyparsing==3.1.2
python-magic==0.4.27
pysolr==3.9.0
python-dateutil==2.9.0.post0
pytz
pyyaml==6.0.1
requests==2.32.3
rq==1.16.2
simplejson==3.19.2
SQLAlchemy[mypy]==1.4.52
sqlparse==0.5.0
typing_extensions==4.12.2
tzlocal==5.2
webassets==2.0
Werkzeug[watchdog]==3.0.3
zope.interface==6.4post2
# # ckanext-saml2 dependencies
# defusedxml==0.6.0
# M2Crypto
# python-memcached==1.48
# ckanext-s3filestore dependencies
boto3>=1.4.4
ckantoolkit
# ckanext-xloader dependencies
# https://github.com/ckan/ckanext-xloader/blob/master/requirements.txt
messytables==0.15.2
pika>=1.1.0
Unidecode==1.0.22
requests[security]>=2.11.1
tabulator==1.53.5
python-dateutil>=2.8.2
# Other pinned dependencies
# (most likely for snyk)
wheel==0.42.0
# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
gevent>=24.10.1
pip>=23.3
pyparsing # need to avoid solr missing module error on cloud.gov
urllib3>=1.26.19
certifi>=2024.7.4
setuptools~=71.0.3
# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user
# https://github.com/GSA/data.gov/issues/4954
MarkupSafe==2.*
pip>=25.0
cryptography>=44.0.1