Skip to content

Commit ab06ddd

Browse files
committed
requirements: re-add cython build.txt
Since the pyproject.toml release version doesn't require it but it's needed to build release files.
1 parent 496f382 commit ab06ddd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

requirements/build.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cython>=0.21

requirements/dist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# deps for building sdist/wheels for pypi
2+
-r build.txt
23
-r install.txt
34
-r docs.txt
45
wheel

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r build.txt
12
-r install.txt
23

34
sphinx

0 commit comments

Comments
 (0)