mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-18 13:31:52 +00:00
requirements: remove cython restrictions
This commit is contained in:
parent
c133303243
commit
98dea3e876
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"]
|
||||
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
|
@ -8,7 +8,7 @@ pytest
|
|||
pytest-xdist
|
||||
pytest-cov
|
||||
pytest-benchmark
|
||||
Cython <3
|
||||
Cython
|
||||
twine
|
||||
python-dateutil
|
||||
pre-commit
|
||||
|
|
Loading…
Reference in a new issue