Skip to content

Commit

Permalink
fix repo2docker dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Jan 15, 2020
1 parent 4fd3d95 commit 62d3a2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataworkspaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2018,2019 by MPI-SWS and Data-ken Research. Licensed under Apache 2.0. See LICENSE.txt.

__version__ = '1.2.0'
__version__ = '1.2.1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click
mypy
requests
dws-repo2docker==0.10.0.1
dws-repo2docker
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
include_package_data=True, # needed for copying data files at install time
install_requires=[
'click',
'requests'
'requests',
'dws-repo2docker'
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 62d3a2f

Please sign in to comment.