Skip to content

Commit

Permalink
Require llsd>=1.2.4, indent fix
Browse files Browse the repository at this point in the history
Fix autobuild.xml churn by requiring llsd 1.2.4.
  • Loading branch information
bennettgoble committed Apr 2, 2024
1 parent 887339e commit 17f3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=['llsd', 'pydot', 'pyzstd'],
install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd'],
extras_require={
'dev': ['pytest', 'pytest-cov'],
'build': ['build', 'setuptools_scm'],
Expand Down

0 comments on commit 17f3355

Please sign in to comment.