Skip to content

Commit d9733ad

Browse files
committed
Update cyseq to v0.0.2
* Remove linux only restriction on cyseq Signed-off-by: Jono Yang <[email protected]>
1 parent d171a74 commit d9733ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-native.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cffi==1.17.1
2+
cyseq==0.0.2
23
intbitset==4.0.0
34
lxml==5.4.0
45
MarkupSafe==3.0.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ install_requires =
117117
typecode >= 30.0.1
118118
typecode[full] >= 30.0.1
119119
extractcode[full] >= 31.0.0
120-
cyseq; platform_system == 'Linux'
120+
cyseq >= 0.0.2
121121

122122

123123
[options.packages.find]

0 commit comments

Comments
 (0)