WIP: Simplify and rectify dependencies #106

Draft
mih wants to merge 1 commit from deps into main
2 changed files with 4 additions and 8 deletions

View file

@ -1,6 +1,4 @@
# requirements for a development environment # requirements for a development environment
pytest -e .[devel]
pytest-cov
coverage
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme

View file

@ -2,7 +2,7 @@
url = https://github.com/datalad/datalad-tabby url = https://github.com/datalad/datalad-tabby
author = The DataLad Team and Contributors author = The DataLad Team and Contributors
author_email = team@datalad.org 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 = file:README.md
long_description_content_type = text/markdown; charset=UTF-8 long_description_content_type = text/markdown; charset=UTF-8
license = MIT license = MIT
@ -12,10 +12,10 @@ classifiers =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
[options] [options]
python_requires = >= 3.7 python_requires = >= 3.8
install_requires = install_requires =
datalad >= 0.18.0 datalad >= 0.18.0
datalad-next @ git+https://github.com/datalad/datalad-next.git@main datalad-next >= 1.0.0b3
datalad-metalad datalad-metalad
openpyxl openpyxl
pyld pyld
@ -31,8 +31,6 @@ devel =
pytest pytest
pytest-cov pytest-cov
coverage coverage
sphinx
sphinx_rtd_theme
devel-utils = devel-utils =
pytest-xdist pytest-xdist
scriv scriv