WIP: Simplify and rectify dependencies #106
2 changed files with 4 additions and 8 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# requirements for a development environment
|
||||
pytest
|
||||
pytest-cov
|
||||
coverage
|
||||
-e .[devel]
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
url = https://github.com/datalad/datalad-tabby
|
||||
author = The DataLad Team and Contributors
|
||||
author_email = team@datalad.org
|
||||
description = DataLad extension for working with tabular data
|
||||
description = DataLad extension for working with "tabby" metadata
|
||||
long_description = file:README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8
|
||||
license = MIT
|
||||
|
|
@ -12,10 +12,10 @@ classifiers =
|
|||
Programming Language :: Python :: 3
|
||||
|
||||
[options]
|
||||
python_requires = >= 3.7
|
||||
python_requires = >= 3.8
|
||||
install_requires =
|
||||
datalad >= 0.18.0
|
||||
datalad-next @ git+https://github.com/datalad/datalad-next.git@main
|
||||
datalad-next >= 1.0.0b3
|
||||
datalad-metalad
|
||||
openpyxl
|
||||
pyld
|
||||
|
|
@ -31,8 +31,6 @@ devel =
|
|||
pytest
|
||||
pytest-cov
|
||||
coverage
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
devel-utils =
|
||||
pytest-xdist
|
||||
scriv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue