Skip to content

Commit

Permalink
Add HIVIntact to our python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 21, 2023
1 parent 9aadb15 commit 7cfd902
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python-levenshtein = "==0.12.0"
pandas = "==2.0.2"
requests = "==2.31.0"
pyyaml = "*"
intactness-pipeline = {ref = "cfe-1.2", git = "https://github.com/cfe-lab/HIVIntact"}

[dev-packages]
pytest = "*"
Expand Down
188 changes: 185 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'python-Levenshtein==0.12.0',
'pandas==2.0.2',
'requests==2.31.0',
'intactness-pipeline @ git+https://github.com/cfe-lab/[email protected]',
'pyyaml'
],
package_data={
Expand Down

0 comments on commit 7cfd902

Please sign in to comment.