Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 4, 2023
1 parent 85510f2 commit 3d37002
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ name = "pypi"
cdot = "*"
fastapi = "*"
hgvs = "*"
psycopg2-binary = "*"

[dev-packages]
black = "*"
flake8 = "*"
isort = "*"
mypy = "*"
pytest = "*"
pytest-coverage = "*"
isort = "*"

[requires]
python_version = "3.10"
78 changes: 77 additions & 1 deletion Pipfile.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI](https://github.com/bihealth/dotty/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/bihealth/dotty/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/bihealth/dotty/graph/badge.svg?token=HIBwaG4eYM)](https://codecov.io/gh/bihealth/dotty)
[![codecov](https://codecov.io/gh/bihealth/dotty/graph/badge.svg?token=eLNzGVw30U)](https://codecov.io/gh/bihealth/dotty)

# dotty - cdot-based position projection

0 comments on commit 3d37002

Please sign in to comment.