remove requirements.txt, fix pyproject.toml
This commit is contained in:
parent
c2e09b2c10
commit
d449b18725
@ -2,6 +2,9 @@
|
||||
requires = ["setuptools", "wheel", "setuptools-git-versioning>=2.0,<3"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools-git-versioning]
|
||||
enabled = true
|
||||
|
||||
[project]
|
||||
name = "co3"
|
||||
description = "Lightweight Python ORM for hierarchical storage management"
|
||||
|
@ -1,12 +0,0 @@
|
||||
# -- sphinx docs --
|
||||
sphinx
|
||||
sphinx-togglebutton
|
||||
furo
|
||||
myst-parser
|
||||
sphinx-autodoc-typehints
|
||||
|
||||
sqlalchemy
|
||||
numpy
|
||||
wcmatch
|
||||
|
||||
pytest
|
Loading…
Reference in New Issue
Block a user