Skip to content

Commit

Permalink
merge: #44 from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Jul 18, 2023
2 parents 4b27256 + eabc3fc commit 0f36383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies = [
"importlib-resources",
"requests",
"tqdm>=4.55.1",
"ckanext-ckanpackager~=2.2.0",
"ckanext-versioned-datastore~=4.2.0",
"ckanext-ckanpackager~=3.0.0",
"ckanext-versioned-datastore~=5.0.0",
"ckantools>=0.3.0"
]

Expand Down
1 change: 1 addition & 0 deletions tests/test_download_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def with_needed_tables(reset_db):
tables = [
stats.import_stats_table,
slugs.datastore_slugs_table,
slugs.navigational_slugs_table,
details.datastore_resource_details_table,
downloads.datastore_downloads_core_files_table,
downloads.datastore_downloads_derivative_files_table,
Expand Down

0 comments on commit 0f36383

Please sign in to comment.