Skip to content

Commit

Permalink
Moved Dataverse dependecies to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Apr 11, 2022
1 parent 3544a03 commit 6264db1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ python -m pip install "pyenzyme[modeling]"
# REST API
python -m pip install "pyenzyme[rest]"
# Dataverse
python -m pip install "pyenzyme[dataverse]"
# Complete
python -m pip install "pyenzyme[all]"
```
Expand Down
15 changes: 11 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
"python-libcombine",
"scipy",
"texttable",
"pydataverse",
"pydantic",
"deprecation",
"deepdiff",
"python-multipart",
"easyDataverse",
"pyDaRUS",
"openpyxl",
"xlsxwriter",
"numexpr",
Expand All @@ -50,6 +47,16 @@
"pysces": ["pysces", "lmfit"],
"rest": ["fastapi", "uvicorn"],
"modeling": ["python-copasi", "pysces", "lmfit"],
"all": ["python-copasi", "pysces", "lmfit", "fastapi", "uvicorn"],
"dataverse": ["pyDaRUS", "easyDataverse", "pydataverse"],
"all": [
"python-copasi",
"pysces",
"lmfit",
"fastapi",
"uvicorn",
"pyDaRUS",
"easyDataverse",
"pydataverse",
],
},
)

0 comments on commit 6264db1

Please sign in to comment.