Skip to content
Snippets Groups Projects
Commit dc9e4ca4 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13735: Changed obis dependency to pybis=1.35.11

parent e2494902
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Added recursive search to object and data_set search commands * Added recursive search to object and data_set search commands
* Updated documentation regarding authentication * Updated documentation regarding authentication
* Added dataset ids to sample search results * Added dataset ids to sample search results
* changed pybis dependency to version == 1.35.10 * changed pybis dependency to version == 1.35.11
# New in version 0.4.1 # New in version 0.4.1
......
...@@ -31,7 +31,7 @@ data_files = [ ...@@ -31,7 +31,7 @@ data_files = [
setup( setup(
name="obis", name="obis",
version="0.4.2rc5", version="0.4.2rc6",
description="Local data management with assistance from OpenBIS.", description="Local data management with assistance from OpenBIS.",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
...@@ -42,7 +42,7 @@ setup( ...@@ -42,7 +42,7 @@ setup(
packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"], packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"],
data_files=data_files, data_files=data_files,
package_data={"obis": ["dm/git-annex-attributes"]}, package_data={"obis": ["dm/git-annex-attributes"]},
install_requires=["pyOpenSSL", "pytest", "pybis==1.35.10", "click"], install_requires=["pyOpenSSL", "pytest", "pybis==1.35.11", "click"],
entry_points={"console_scripts": ["obis=obis.scripts.cli:main"]}, entry_points={"console_scripts": ["obis=obis.scripts.cli:main"]},
zip_safe=False, zip_safe=False,
python_requires=">=3.3", python_requires=">=3.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment