Skip to content

Commit

Permalink
Merge pull request #76 from uc-cdis/feat/DCF-1385-add-new-fields
Browse files Browse the repository at this point in the history
feat(DCF-1385) Adds description and content dates
  • Loading branch information
k-burt-uch authored Jun 20, 2023
2 parents 3d6a877 + b182498 commit 7b3e3a5
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 351 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ settings.yaml

# sqlite
*.sq3
.idea
.python-version
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: jammy
language: python
python:
- '3.9'
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indexclient = {editable = true, path = "."}
pytest = "*"
mock = "*"
cdisutilstest = {editable = true, git = "https://github.com/uc-cdis/cdisutils-test.git", ref = "1.0.0"}
indexd = {git = "https://github.com/uc-cdis/indexd.git", ref = "4.0.2"}
indexd = {git = "https://github.com/uc-cdis/indexd.git", ref = "5.0.1"}

[requires]
python_version = "3.9"
Loading

0 comments on commit 7b3e3a5

Please sign in to comment.