Skip to content

Commit

Permalink
Update Pip Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
datagov-bot committed Dec 27, 2023
1 parent 78c5f28 commit ed63a63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 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/[email protected]#egg=ckanext-harvest
-e git+https://github.com/ckan/ckanext-googleanalytics.git@master#egg=ckanext-googleanalytics
Expand Down Expand Up @@ -125,3 +124,4 @@ requests==2.31.0
importlib-resources<6.0
gevent>=23.9.0
cryptography>=41.0.6
ckan>=2.10.3
24 changes: 12 additions & 12 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Babel==2.10.3
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
boto3==1.33.2
botocore==1.33.2
boto3==1.34.8
botocore==1.34.8
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
ckan==2.10.1
ckan==2.10.3
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.10
Expand Down Expand Up @@ -43,27 +43,27 @@ geojson==3.0.1
geomet==1.1.0
gevent==23.9.1
google-api-python-client==1.6.7
greenlet==3.0.1
greenlet==3.0.3
gunicorn==21.2.0
html5lib==1.1
httplib2==0.22.0
idna==3.6
importlib-metadata==6.8.0
importlib-metadata==7.0.1
importlib-resources==5.13.0
isodate==0.6.1
itsdangerous==2.1.2
Jinja2==3.1.2
jmespath==1.0.1
json-table-schema==0.2.1
jsonschema==2.4.0
lxml==4.9.3
lxml==4.9.4
Mako==1.3.0
Markdown==3.4.1
MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.7.1
mypy==1.8.0
mypy-extensions==1.0.0
newrelic==9.2.0
newrelic==9.3.0
nose==1.3.7
numpy==1.26.2
oauth2client==4.1.3
Expand Down Expand Up @@ -102,7 +102,7 @@ requests==2.31.0
rfc3987==1.3.8
rq==1.11.0
rsa==4.9
s3transfer==0.8.1
s3transfer==0.10.0
sansjson==0.3.0
setuptools==67.1.0
shapely==2.0.1
Expand All @@ -112,18 +112,18 @@ SQLAlchemy==1.4.41
sqlalchemy2-stubs==0.0.2a37
sqlparse==0.4.4
tomli==2.0.1
typing_extensions==4.8.0
typing_extensions==4.9.0
tzdata==2023.3
tzlocal==4.2
uritemplate==3.0.1
urllib3==1.26.18
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.0
wheel==0.41.3
wheel==0.42.0
WTForms==3.1.1
xlrd==2.0.1
xmlschema==2.5.0
xmlschema==2.5.1
zipp==3.17.0
zope.event==5.0
zope.interface==6.1

0 comments on commit ed63a63

Please sign in to comment.