diff --git a/requirements.txt b/requirements.txt index 33947ae..803aefb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy==1.20.1 -git+git://github.com/ravenprotocol/ravcom.git \ No newline at end of file +git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha \ No newline at end of file diff --git a/setup.py b/setup.py index f1fb7e9..945a02e 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='ravop', - version='0.1', + version='0.1-alpha', packages=find_packages(), install_requires=[ "numpy==1.20.1" ], dependency_links=[ - "https://github.com/ravenprotocol/ravcom.git" + "https://github.com/ravenprotocol/ravcom.git@0.1-alpha" ] )