Make zstd optional

This commit is contained in:
Darren Eberly
2021-02-21 15:40:44 -05:00
parent bdf206d740
commit 6df9b4af61
2 changed files with 16 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ setup_requires =
setuptools >= 40.6
pip >= 10
install_requires =
zstd == 1.4.8.1
attrs
typing-extensions
@@ -38,6 +37,9 @@ include =
pytiled_parser.*
[options.extras_require]
zstd =
zstd == 1.4.8.1
dev =
pytest
pytest-cov