Skip to content

Commit

Permalink
Fix library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 7, 2020
1 parent ed26262 commit eb647ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
app:
image: docker.pkg.github.com/suecharo/genpei/genpei:1.0.0
image: docker.pkg.github.com/suecharo/genpei/genpei:1.0.1
container_name: genpei
volumes:
- /usr/bin/docker:/usr/bin/docker # for Ubuntu
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cwltool
flake8
flask
Flask
isort
mypy
pytest
requests
typing_extensions
typing-extensions
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_requirements_txt() -> List[str]:

def main() -> None:
setup(name="genpei",
version="1.0.0",
version="1.0.1",
description="Implementation of GA4GH WES OpenAPI specification " +
"using cwltool.",
author="suecharo",
Expand Down

0 comments on commit eb647ee

Please sign in to comment.