We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 378f9f6 + eb88bf6 commit 38fb933Copy full SHA for 38fb933
setup.py
@@ -30,7 +30,7 @@
30
'Programming Language :: Python :: 3',
31
'Topic :: Software Development :: Libraries :: Python Modules',
32
],
33
- install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd'],
+ install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd==0.18.0'],
34
extras_require={
35
'dev': ['pytest', 'pytest-cov'],
36
'build': ['build', 'setuptools_scm'],
0 commit comments