Skip to content

Commit 38fb933

Browse files
authored
Merge pull request #65 from secondlife/andreyk/pyzstd
Lock pyzstd to a specific version to resolve issues with packaging
2 parents 378f9f6 + eb88bf6 commit 38fb933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'Programming Language :: Python :: 3',
3131
'Topic :: Software Development :: Libraries :: Python Modules',
3232
],
33-
install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd'],
33+
install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd==0.18.0'],
3434
extras_require={
3535
'dev': ['pytest', 'pytest-cov'],
3636
'build': ['build', 'setuptools_scm'],

0 commit comments

Comments
 (0)